--allow-dirty to deal with the extra files we copy in
It's not super pretty, but it should work ok.
This commit is contained in:
parent
a404058eaf
commit
587c6d4778
|
|
@ -63,12 +63,12 @@ publish_libostree-sys:
|
|||
stage: publish
|
||||
script:
|
||||
- make pre-package
|
||||
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
|
||||
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --allow-dirty --token $CRATES_IO_TOKEN
|
||||
when: manual
|
||||
|
||||
publish_libostree:
|
||||
stage: publish
|
||||
script:
|
||||
- make pre-package
|
||||
- cargo publish --verbose --manifest-path libostree/Cargo.toml --token $CRATES_IO_TOKEN
|
||||
- cargo publish --verbose --manifest-path libostree/Cargo.toml --allow-dirty --token $CRATES_IO_TOKEN
|
||||
when: manual
|
||||
|
|
|
|||
Loading…
Reference in New Issue