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
80a7f1f1
Unverified
Commit
80a7f1f1
authored
Mar 04, 2020
by
Oli Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove unused code
License: MIT Signed-off-by:
Oli Evans
<
oli@tableflip.io
>
parent
58c24003
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
.circleci/config.yml
.circleci/config.yml
+1
-5
No files found.
.circleci/config.yml
View file @
80a7f1f1
...
...
@@ -309,11 +309,7 @@ jobs:
-
run
:
name
:
Build Docker image
command
:
|
IPFS_PLUGINS=""
if (branch === feat/stabilize-dht) {
IPFS_PLUGINS="peerlog"
}
docker build -t --build-arg IPFS_PLUGINS=$IPFS_PLUGINS $IMAGE_NAME:$WIP_IMAGE_TAG .
docker build -t $IMAGE_NAME:$WIP_IMAGE_TAG .
-
run
:
name
:
Archive Docker image
command
:
docker save -o go-ipfs-image.tar $IMAGE_NAME
...
...
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