mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
d36c610ff6
commit
82bcbd2d07
@ -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…
Reference in New Issue
Block a user