mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
make sure gauntlet does not run unless scheduled
This commit is contained in:
parent
1fccfabc8f
commit
c5e91420cc
1 changed files with 1 additions and 1 deletions
|
|
@ -281,8 +281,8 @@ gauntlet:
|
|||
TF_VAR_cluster_prefix: ""
|
||||
TF_VAR_branch: ""
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"'
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y gnupg software-properties-common curl git
|
||||
- curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue