This commit is contained in:
John Smith 2023-06-22 20:47:11 -04:00
parent 87a801c41f
commit 6d0db5a6ab

View File

@ -21,7 +21,7 @@ test_amd64:
- linux - linux
- amd64 - amd64
script: script:
- earthly --ci --remote-cache=veilid/main-branch-cache:cache +unit-tests-linux-amd64 - earthly --ci +unit-tests-linux-amd64
when: manual when: manual
distribute_amd64: distribute_amd64:
@ -34,5 +34,5 @@ distribute_amd64:
- linux - linux
- amd64 - amd64
script: script:
- earthly --remote-cache=veilid/main-branch-cache:cache +package-linux-amd64 - earthly +package-linux-amd64
# - /home/gitlab-runner/distribute-packages.sh # - /home/gitlab-runner/distribute-packages.sh