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
7abc9dac
Unverified
Commit
7abc9dac
authored
Jul 16, 2019
by
Steven Allen
Committed by
GitHub
Jul 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6522 from ipfs/ci/fix-stuff
ci: show the commit
parents
319e3c2d
dfbfd44b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
.circleci/config.yml
.circleci/config.yml
+12
-3
No files found.
.circleci/config.yml
View file @
7abc9dac
...
...
@@ -21,6 +21,7 @@ aliases:
defaults
:
&defaults
working_directory
:
~/ipfs/go-ipfs
environment
:
GIT_PAGER
:
cat
GO111MODULE
:
"
on"
TEST_NO_DOCKER
:
1
TEST_NO_FUSE
:
1
...
...
@@ -149,7 +150,11 @@ jobs:
-
*make_out_dirs
-
attach_workspace
:
at
:
/tmp/circleci-workspace
-
run
:
git clone https://github.com/ipfs/interop.git
-
run
:
name
:
Cloning
command
:
|
git clone https://github.com/ipfs/interop.git
git -C interop log -1
-
restore_cache
:
keys
:
-
v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
...
...
@@ -178,7 +183,9 @@ jobs:
at
:
/tmp/circleci-workspace
-
run
:
name
:
Cloning
command
:
git clone https://github.com/ipfs/go-ipfs-api.git
command
:
|
git clone https://github.com/ipfs/go-ipfs-api.git
git -C go-ipfs-api log -1
-
run
:
name
:
Starting the daemon
command
:
/tmp/circleci-workspace/bin/ipfs daemon --init --enable-namesys-pubsub
...
...
@@ -215,7 +222,9 @@ jobs:
at
:
/tmp/circleci-workspace
-
run
:
name
:
Cloning
command
:
git clone https://github.com/ipfs/go-ipfs-http-client.git
command
:
|
git clone https://github.com/ipfs/go-ipfs-http-client.git
git -C go-ipfs-http-client log -1
-
restore_cache
:
keys
:
-
v1-http-client-{{ checksum "~/ipfs/go-ipfs/go-ipfs-http-client/go.sum" }}
...
...
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