Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
c448d18c
Commit
c448d18c
authored
Aug 17, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch from --pure-lockfile to --frozen-lockfile to ensure failure if we have a bad lock file
parent
18790c31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
c448d18c
...
@@ -259,7 +259,7 @@ setup-test-env:
...
@@ -259,7 +259,7 @@ setup-test-env:
<<
:
*default-cache
<<
:
*default-cache
script
:
script
:
-
node --version
-
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 gettext:po_to_json
-
bundle exec rake gitlab:assets:compile
-
bundle exec rake gitlab:assets:compile
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
...
@@ -508,7 +508,7 @@ gitlab:assets:compile:
...
@@ -508,7 +508,7 @@ gitlab:assets:compile:
WEBPACK_REPORT
:
"
true"
WEBPACK_REPORT
:
"
true"
NO_COMPRESSION
:
"
true"
NO_COMPRESSION
:
"
true"
script
:
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 gettext:po_to_json
-
bundle exec rake gitlab:assets:compile
-
bundle exec rake gitlab:assets:compile
artifacts
:
artifacts
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment