Update .gitlab-ci.yml file

This commit is contained in:
TC 2023-07-05 01:04:01 +00:00
parent e457c0bcc6
commit d3f4cd3bf6

View File

@ -18,8 +18,7 @@ test_amd64:
- main - main
- merge_requests - merge_requests
tags: tags:
- linux - build-server
- amd64
script: script:
- earthly bootstrap - earthly bootstrap
- earthly --ci +unit-tests-linux-amd64 - earthly --ci +unit-tests-linux-amd64
@ -30,8 +29,7 @@ package_amd64:
only: only:
- stable - stable
tags: tags:
- linux - build-server
- amd64
script: script:
- earthly bootstrap - earthly bootstrap
- earthly +package-linux-amd64-deb - earthly +package-linux-amd64-deb
@ -45,6 +43,6 @@ deploy_repos:
needs: needs:
- package_amd64 - package_amd64
tags: tags:
- repo-setup - repo-server
script: script:
- /home/gitlab-runner/deploy-repo.sh - /home/gitlab-runner/deploy-repo.sh