Add libostree release task

This commit is contained in:
Felix Krull 2018-10-17 23:43:27 +02:00 committed by Colin Walters
parent 87db0d1a6a
commit 9cca19eeb2
1 changed files with 5 additions and 7 deletions

View File

@ -57,10 +57,8 @@ publish_libostree-sys:
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
when: manual
#publish_libostree:
# stage: publish
# before_script:
# - cargo login $CRATES_IO_TOKEN
# script:
# - cargo publish --verbose --manifest-path libostree/Cargo.toml
# when: manual
publish_libostree:
stage: publish
script:
- cargo publish --verbose --manifest-path libostree/Cargo.toml --token $CRATES_IO_TOKEN
when: manual