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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user