From 5886efb0eb3bcabbc5b419edbbcf1d23549e3b4f Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 23 Apr 2024 02:20:55 -0600 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f65a729..beb8bb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,8 @@ run-build: script: - apt-get -y install rustup libdbus-glib-1-dev - rustup default stable -# - echo $CARGO_HOME -# - rustup toolchain install stable -# - rustup update - cargo install cargo-deb - - cargo deb - - ls . - - ls .. + - mkdir ./build;cargo deb --output ./build # The files which are to be made available in GitLab artifacts: