From 269b63d8a0b1b25eee8190348b544194d0f5e262 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 16 Oct 2018 19:13:23 +0200 Subject: [PATCH] Remove package stage for now --- rust-bindings/rust/.gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 4e077db8..effe9785 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -7,7 +7,7 @@ before_script: stages: - build -- package +#- package libostree-sys: stage: build @@ -49,12 +49,12 @@ libostree_nightly: - cargo test --verbose --package libostree allow_failure: true -libostree-sys_package: - stage: package - script: - - cargo package --verbose --manifest-path libostree-sys/Cargo.toml - -libostree_package: - stage: package - script: - - cargo package --verbose --manifest-path libostree/Cargo.toml +#libostree-sys_package: +# stage: package +# script: +# - cargo package --verbose --manifest-path libostree-sys/Cargo.toml +# +#libostree_package: +# stage: package +# script: +# - cargo package --verbose --manifest-path libostree/Cargo.toml