mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
switch to main
This commit is contained in:
parent
6d0db5a6ab
commit
4ffcd7d3b7
@ -15,7 +15,7 @@ test_amd64:
|
|||||||
stage: test
|
stage: test
|
||||||
image: earthly/earthly:v0.6.30
|
image: earthly/earthly:v0.6.30
|
||||||
only:
|
only:
|
||||||
- test-caching
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
@ -29,10 +29,10 @@ distribute_amd64:
|
|||||||
needs:
|
needs:
|
||||||
- job: test_amd64
|
- job: test_amd64
|
||||||
only:
|
only:
|
||||||
- test-caching
|
- main
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
script:
|
script:
|
||||||
- earthly +package-linux-amd64
|
- earthly +package-linux-amd64
|
||||||
# - /home/gitlab-runner/distribute-packages.sh
|
- /home/gitlab-runner/distribute-packages.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user