--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:
Felix Krull 2018-10-18 21:14:25 +02:00 committed by Colin Walters
parent a404058eaf
commit 587c6d4778
1 changed files with 2 additions and 2 deletions

View File

@ -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