Update .gitlab-ci.yml file
This commit is contained in:
parent
cbd8fb4e60
commit
e8f50b8042
@ -34,7 +34,7 @@ package_amd64_deb:
|
|||||||
script:
|
script:
|
||||||
- earthly bootstrap
|
- earthly bootstrap
|
||||||
- earthly +package-linux-amd64-deb
|
- earthly +package-linux-amd64-deb
|
||||||
#- /home/gitlab-runner/distribute-packages.sh
|
- /home/gitlab-runner/scp-to-orchestrator.sh
|
||||||
|
|
||||||
package_arm64_deb:
|
package_arm64_deb:
|
||||||
stage: build_packages
|
stage: build_packages
|
||||||
@ -45,7 +45,7 @@ package_arm64_deb:
|
|||||||
script:
|
script:
|
||||||
- earthly bootstrap
|
- earthly bootstrap
|
||||||
- earthly +package-linux-arm64-deb
|
- earthly +package-linux-arm64-deb
|
||||||
#- /home/gitlab-runner/distribute-packages.sh
|
- /home/gitlab-runner/scp-to-orchestrator.sh
|
||||||
|
|
||||||
package_amd64_rpm:
|
package_amd64_rpm:
|
||||||
stage: build_packages
|
stage: build_packages
|
||||||
@ -56,15 +56,24 @@ package_amd64_rpm:
|
|||||||
script:
|
script:
|
||||||
- earthly bootstrap
|
- earthly bootstrap
|
||||||
- earthly +package-linux-amd64-rpm
|
- earthly +package-linux-amd64-rpm
|
||||||
#- /home/gitlab-runner/distribute-packages.sh
|
- /home/gitlab-runner/scp-to-orchestrator.sh
|
||||||
|
|
||||||
#deploy_repos:
|
build_repositories:
|
||||||
# stage: distribute
|
stage: distribute
|
||||||
# only:
|
only:
|
||||||
# - stable
|
- stable
|
||||||
# needs:
|
tags:
|
||||||
# - package
|
- build-orchestration
|
||||||
# tags:
|
script:
|
||||||
# - repo-server
|
- /home/gitlab-runner/distribute-packages.sh
|
||||||
# script:
|
|
||||||
# - /home/gitlab-runner/deploy-repo.sh
|
deploy_repos:
|
||||||
|
stage: distribute
|
||||||
|
only:
|
||||||
|
- stable
|
||||||
|
needs:
|
||||||
|
- build_repositories
|
||||||
|
tags:
|
||||||
|
- repo-server
|
||||||
|
script:
|
||||||
|
- /home/gitlab-runner/deploy-repo.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user