From 4f5d87886c11881f3cebc4610ddf55b3b13bd44a Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Wed, 22 Jun 2022 23:08:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3833b44..456b744 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,14 @@ stages: - build - - publish build: stage: build - tags: ["shell"] + tags: ["build"] script: - ./make_tarball.sh artifacts: paths: - www.unturf.com.tar.gz + - www.unturf.com.tar.gz.hash - commit-hash.txt expire_in: 1 month - -publish: - stage: publish - tags: ["shell"] - script: - # publish build to Salt Master - - sudo /opt/salt-call-put-artifacts-onto-salt-master.sh