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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
e9f0f9e0
Commit
e9f0f9e0
authored
Jul 27, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@13-12-stable-ee
parent
a6d8c2e0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+7
-0
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+3
-0
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
e9f0f9e0
...
...
@@ -11,6 +11,9 @@
variables
:
SETUP_DB
:
"
false"
WEBPACK_VENDOR_DLL
:
"
true"
# Disable warnings in browserslist which can break on backports
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
BROWSERSLIST_IGNORE_OLD_DATA
:
"
true"
stage
:
prepare
script
:
-
*yarn-install
...
...
@@ -142,6 +145,10 @@ graphql-schema-dump:
extends
:
-
.default-retry
-
.yarn-cache
variables
:
# Disable warnings in browserslist which can break on backports
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
BROWSERSLIST_IGNORE_OLD_DATA
:
"
true"
stage
:
test
eslint-as-if-foss
:
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
e9f0f9e0
...
...
@@ -210,6 +210,9 @@ update-setup-test-env-cache:
variables
:
SETUP_DB
:
"
false"
ENABLE_SPRING
:
"
1"
# Disable warnings in browserslist which can break on backports
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
BROWSERSLIST_IGNORE_OLD_DATA
:
"
true"
update-static-analysis-cache
:
extends
:
...
...
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