Add libostree release task
This commit is contained in:
parent
87db0d1a6a
commit
9cca19eeb2
|
|
@ -57,10 +57,8 @@ publish_libostree-sys:
|
||||||
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
|
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
#publish_libostree:
|
publish_libostree:
|
||||||
# stage: publish
|
stage: publish
|
||||||
# before_script:
|
script:
|
||||||
# - cargo login $CRATES_IO_TOKEN
|
- cargo publish --verbose --manifest-path libostree/Cargo.toml --token $CRATES_IO_TOKEN
|
||||||
# script:
|
when: manual
|
||||||
# - cargo publish --verbose --manifest-path libostree/Cargo.toml
|
|
||||||
# when: manual
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue