From 4ffcd7d3b7c948294d6ef0b49aec75df9cf44202 Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 22 Jun 2023 21:38:04 -0400 Subject: [PATCH] switch to main --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3873b0d7..bb11e337 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test_amd64: stage: test image: earthly/earthly:v0.6.30 only: - - test-caching + - main - merge_requests tags: - linux @@ -29,10 +29,10 @@ distribute_amd64: needs: - job: test_amd64 only: - - test-caching + - main tags: - linux - amd64 script: - earthly +package-linux-amd64 - # - /home/gitlab-runner/distribute-packages.sh + - /home/gitlab-runner/distribute-packages.sh