Skip to content

Commit

Permalink
update gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Nemeti committed Jan 16, 2024
1 parent b847b2d commit 6601d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ env:
artifacts:
paths:
- test.env
only:
- master
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /k8s-.*/ || $CI_PIPELINE_SOURCE == "web"

test:
stage: test
Expand All @@ -51,5 +51,5 @@ test:
- TF_ACC=1 go test ./metakube -v -timeout 3h --parallel 10 -run TestAcc
needs:
- env
only:
- master
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /k8s-.*/ || $CI_PIPELINE_SOURCE == "web"

0 comments on commit 6601d33

Please sign in to comment.