clean up warning
This commit is contained in:
parent
2b2b3dff77
commit
01fd161b46
@ -21,7 +21,7 @@ test_amd64:
|
|||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- echo "${REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${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
|
||||||
@ -36,7 +36,7 @@ distribute_amd64:
|
|||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- echo "${REGISTRY_PASSWORD:?}" | docker login --password-stdin -u "${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