Commit c0ba849e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '198288-qa-selector-foss-job-did-not-catch-ee-reference-in-core' into 'master'

Resolve "Improve running tests as foss in `gitlab-org`"

Closes #198288

See merge request gitlab-org/gitlab!23489
parents 9a17ecc5 63bd10f7
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
.default-before_script: .default-before_script:
before_script: before_script:
- date - date
- '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/'
- export GOPATH=$CI_PROJECT_DIR/.go - export GOPATH=$CI_PROJECT_DIR/.go
- mkdir -p $GOPATH - mkdir -p $GOPATH
- source scripts/utils.sh - source scripts/utils.sh
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
paths: paths:
- vendor/ruby - vendor/ruby
before_script: before_script:
- '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/'
- cd qa/ - cd qa/
- bundle install --clean --jobs=$(nproc) --path=vendor --retry=3 --quiet - bundle install --clean --jobs=$(nproc) --path=vendor --retry=3 --quiet
- bundle check - bundle check
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment