From c1b410d8c7cc16df843ce569399ce20051d771aa Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 18 Jun 2021 10:36:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 291cc557..892c15d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,40 +177,12 @@ build_linux_arm64: only: - main - tags + allow_failure: true artifacts: when: on_success paths: - build/linux/arm64/release/bundle/ -snap:edge: - stage: release - image: "diddledan/snapcraft:core18" - 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 -# image: "snapcore/snapcraft" -# variables: -# SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} -# only: [tags] -# before_script: [sudo apt install git -y] -# script: [./scripts/publish-snap-stable.sh] -# needs: ["build_linux_x86"] -# artifacts: -# paths: -# - "./*.snap" -# when: on_success - update-dependencies: stage: coverage needs: []