Update .gitlab-ci.yml file
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user