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 @@
.default-before_script:
before_script:
- date
- '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/'
- export GOPATH=$CI_PROJECT_DIR/.go
- mkdir -p $GOPATH
- source scripts/utils.sh
......
......@@ -40,6 +40,7 @@
paths:
- vendor/ruby
before_script:
- '[ "$FOSS_ONLY" = "1" ] && rm -rf ee/'
- cd qa/
- bundle install --clean --jobs=$(nproc) --path=vendor --retry=3 --quiet
- 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