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:
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