diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-23 16:02:58 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-23 16:02:58 +0100 |
commit | c1d14d3335803353d02ea749c7ef866d968124e2 (patch) | |
tree | 56e17a056646cf13489ee006433a8c6180c0df81 /.gitlab-ci.yml | |
parent | a079bf7f9afc420cd08c2575642f820a19cd7da6 (diff) | |
download | gitlab-ce-c1d14d3335803353d02ea749c7ef866d968124e2.tar.gz |
Exclude qa-frontend from running on docs-only branchesdocs/exclude-qa-frontend
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6cf7475afa..2c521b03863 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -760,6 +760,7 @@ qa:selectors: - yarn install --frozen-lockfile --cache-folder .yarn-cache - date - yarn run webpack-prod + <<: *except-docs qa-frontend-node:6: <<: *qa-frontend-node |