From 9cca19eeb2d8ea852aa3bcd3cf0e988836c693fd Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 17 Oct 2018 23:43:27 +0200 Subject: [PATCH] Add libostree release task --- rust-bindings/rust/.gitlab-ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 2c88d1b7..f8eb5cc0 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -57,10 +57,8 @@ publish_libostree-sys: - cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN when: manual -#publish_libostree: -# stage: publish -# before_script: -# - cargo login $CRATES_IO_TOKEN -# script: -# - cargo publish --verbose --manifest-path libostree/Cargo.toml -# when: manual +publish_libostree: + stage: publish + script: + - cargo publish --verbose --manifest-path libostree/Cargo.toml --token $CRATES_IO_TOKEN + when: manual