Update .gitlab-ci.yml file
This commit is contained in:
@@ -41,8 +41,8 @@ init_repos:
|
|||||||
stage: distribute
|
stage: distribute
|
||||||
only:
|
only:
|
||||||
- stable
|
- stable
|
||||||
#needs:
|
needs:
|
||||||
# - package_amd64
|
- package_amd64
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
@@ -53,8 +53,8 @@ deploy_repos:
|
|||||||
stage: distribute
|
stage: distribute
|
||||||
only:
|
only:
|
||||||
- stable
|
- stable
|
||||||
#needs:
|
needs:
|
||||||
# - init_repos
|
- init_repos
|
||||||
tags:
|
tags:
|
||||||
- repo-setup
|
- repo-setup
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user