Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
db36e7f8
Commit
db36e7f8
authored
Feb 04, 2020
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): bump cache version
Something broke in circle. This is the only way to clear the cache.
parent
e2e00e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.circleci/config.yml
.circleci/config.yml
+5
-5
No files found.
.circleci/config.yml
View file @
db36e7f8
...
...
@@ -6,13 +6,13 @@ aliases:
restore_gomod
:
&restore_gomod
restore_cache
:
keys
:
-
v
4
-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
-
v
4
-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-
-
v
4
-dep-{{ .Branch }}-
-
v
4
-dep-master-
-
v
5
-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
-
v
5
-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-
-
v
5
-dep-{{ .Branch }}-
-
v
5
-dep-master-
store_gomod
:
&store_gomod
save_cache
:
key
:
v
4
-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
key
:
v
5
-dep-{{ .Branch }}-{{ checksum "~/ipfs/go-ipfs/go.sum" }}-{{ .Environment.CIRCLE_JOB }}
paths
:
-
~/go/pkg/mod
-
~/.cache/go-build/
...
...
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