From 97d5b0943e1009594e03c70234806fd7b866755d Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Wed, 16 Jun 2021 18:27:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a35ab0e..0b6e77f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,20 +182,20 @@ build_linux_arm64: paths: - build/linux/arm64/release/bundle/ -#snap:edge: -# stage: release -# image: "snapcore/snapcraft" -# variables: -# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} -# only: [main] -# before_script: [sudo apt install git -y] -# script: [./scripts/publish-snap-edge.sh] -# needs: ["build_linux_x86"] -# dependencies: ["build_linux_x86"] -# artifacts: -# paths: -# - "./*.snap" -# when: on_success +snap:edge: + stage: release + image: "diddledan/snapcraft" + variables: + SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} + only: [main] + #before_script: [sudo apt install git -y] + script: [./scripts/publish-snap-edge.sh] + needs: ["build_linux_x86"] + dependencies: ["build_linux_x86"] + artifacts: + paths: + - "./*.snap" + when: on_success #snap:publish: # stage: release