Fix libostree-sys publish step
This commit is contained in:
parent
58c4842d10
commit
9d51535f1a
|
|
@ -53,10 +53,8 @@ libostree_nightly:
|
||||||
# publish
|
# publish
|
||||||
publish_libostree-sys:
|
publish_libostree-sys:
|
||||||
stage: publish
|
stage: publish
|
||||||
before_script:
|
|
||||||
- cargo login $CRATES_IO_TOKEN
|
|
||||||
script:
|
script:
|
||||||
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml
|
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
#publish_libostree:
|
#publish_libostree:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue