Update .gitlab-ci.yml file

This commit is contained in:
TC Johnson 2023-07-04 16:36:25 +00:00
parent d36c610ff6
commit 82bcbd2d07

View File

@ -38,7 +38,11 @@ distribute_amd64:
repo_deployment: repo_deployment:
stage: distribute stage: distribute
only: stable only:
needs: distribute_amd64 - stable
tags: repo-setup needs:
script: /home/gitlab-runner/deploy.sh - distribute_amd64
tags:
- repo-setup
script:
- /home/gitlab-runner/deploy.sh