Remove package stage for now

This commit is contained in:
Felix Krull 2018-10-16 19:13:23 +02:00 committed by Colin Walters
parent fea0a7d807
commit 269b63d8a0
1 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@ before_script:
stages: stages:
- build - build
- package #- package
libostree-sys: libostree-sys:
stage: build stage: build
@ -49,12 +49,12 @@ libostree_nightly:
- cargo test --verbose --package libostree - cargo test --verbose --package libostree
allow_failure: true allow_failure: true
libostree-sys_package: #libostree-sys_package:
stage: package # stage: package
script: # script:
- cargo package --verbose --manifest-path libostree-sys/Cargo.toml # - cargo package --verbose --manifest-path libostree-sys/Cargo.toml
#
libostree_package: #libostree_package:
stage: package # stage: package
script: # script:
- cargo package --verbose --manifest-path libostree/Cargo.toml # - cargo package --verbose --manifest-path libostree/Cargo.toml