summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-17 11:28:40 -0500
committerMike Greiling <mike@pixelcog.com>2017-08-18 03:13:49 -0500
commitc448d18c09c6ac0ec384f3fdf1a42533de1b740d (patch)
treea13c7bfb1f1f16053c16bba89d60eb63a2c64eb3
parent18790c319206f0cf99cc5ea2fdddd00d489dfb49 (diff)
downloadgitlab-ce-fix-broken-yarn-deps.tar.gz
switch from --pure-lockfile to --frozen-lockfile to ensure failure if we have a bad lock filefix-broken-yarn-deps
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3338304ab31..6f356a07576 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -259,7 +259,7 @@ setup-test-env:
<<: *default-cache
script:
- node --version
- - yarn install --pure-lockfile --cache-folder .yarn-cache
+ - yarn install --frozen-lockfile --cache-folder .yarn-cache
- bundle exec rake gettext:po_to_json
- bundle exec rake gitlab:assets:compile
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
@@ -508,7 +508,7 @@ gitlab:assets:compile:
WEBPACK_REPORT: "true"
NO_COMPRESSION: "true"
script:
- - yarn install --pure-lockfile --production --cache-folder .yarn-cache
+ - yarn install --frozen-lockfile --production --cache-folder .yarn-cache
- bundle exec rake gettext:po_to_json
- bundle exec rake gitlab:assets:compile
artifacts: