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
8dd2f9cc
Commit
8dd2f9cc
authored
Sep 20, 2019
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cache go mod downloads for setup-test-env
parent
e8790766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+3
-0
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+2
-0
No files found.
.gitlab/ci/global.gitlab-ci.yml
View file @
8dd2f9cc
...
...
@@ -13,6 +13,8 @@
.default-before_script
:
before_script
:
-
date
-
export GOPATH=$CI_PROJECT_DIR/.go
-
mkdir -p $GOPATH
-
source scripts/utils.sh
-
source scripts/prepare_build.sh
-
date
...
...
@@ -22,6 +24,7 @@
cache
:
key
:
"
debian-stretch-ruby-2.6.3-node-12.x"
paths
:
-
.go/pkg/mod
-
vendor/ruby
-
.yarn-cache/
-
vendor/gitaly-ruby
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
8dd2f9cc
...
...
@@ -95,6 +95,8 @@ setup-test-env:
-
tmp/tests
-
config/secrets.yml
-
vendor/gitaly-ruby
cache
:
policy
:
pull-push
rspec unit pg
:
extends
:
.rspec-base-pg
...
...
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