whatever
This commit is contained in:
parent
83df76288c
commit
87a801c41f
@ -20,8 +20,6 @@ test_amd64:
|
|||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
before_script:
|
|
||||||
- echo "${CI_REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${CI_REGISTRY_USER:?}" -- "${CI_REGISTRY:?}"
|
|
||||||
script:
|
script:
|
||||||
- earthly --ci --remote-cache=veilid/main-branch-cache:cache +unit-tests-linux-amd64
|
- earthly --ci --remote-cache=veilid/main-branch-cache:cache +unit-tests-linux-amd64
|
||||||
when: manual
|
when: manual
|
||||||
@ -35,8 +33,6 @@ distribute_amd64:
|
|||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
before_script:
|
|
||||||
- echo "${CI_REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${CI_REGISTRY_USER:?}" -- "${CI_REGISTRY:?}"
|
|
||||||
script:
|
script:
|
||||||
- earthly --remote-cache=veilid/main-branch-cache:cache +package-linux-amd64
|
- earthly --remote-cache=veilid/main-branch-cache:cache +package-linux-amd64
|
||||||
# - /home/gitlab-runner/distribute-packages.sh
|
# - /home/gitlab-runner/distribute-packages.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user