switch to main

This commit is contained in:
John Smith 2023-06-22 21:38:04 -04:00
parent 6d0db5a6ab
commit 4ffcd7d3b7

View File

@ -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