From 9d51535f1af058100d16c274755922feac41017a Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 16 Oct 2018 19:34:13 +0200 Subject: [PATCH] Fix libostree-sys publish step --- rust-bindings/rust/.gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index dc752ee7..1eeb0c2d 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -53,10 +53,8 @@ libostree_nightly: # publish publish_libostree-sys: stage: publish - before_script: - - cargo login $CRATES_IO_TOKEN 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 #publish_libostree: