From 82bcbd2d07dac45cd1c176598d574e486a6926ce Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Tue, 4 Jul 2023 16:36:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81f2d266..67403bc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,11 @@ distribute_amd64: repo_deployment: stage: distribute - only: stable - needs: distribute_amd64 - tags: repo-setup - script: /home/gitlab-runner/deploy.sh + only: + - stable + needs: + - distribute_amd64 + tags: + - repo-setup + script: + - /home/gitlab-runner/deploy.sh