mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-11 01:58:45 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
d36c610ff6
commit
82bcbd2d07
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue