Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
aa21eae3
Commit
aa21eae3
authored
May 23, 2017
by
Theo Steininger
Browse files
Revert last commit.
parent
518d7550
Pipeline
#12812
failed with stages
in 4 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aa21eae3
...
...
@@ -59,7 +59,6 @@ release_image_master:
services
:
-
docker:dind
script
:
-
export DOCKER_HOST="tcp://localhost:2375"
-
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
-
docker build -t $RELEASE_IMAGE_MASTER .
-
docker push $RELEASE_IMAGE_MASTER
...
...
@@ -74,7 +73,6 @@ release_image_tagged:
services
:
-
docker:dind
script
:
-
export DOCKER_HOST="tcp://localhost:2375"
-
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
-
docker build -t $RELEASE_IMAGE_TAGGED .
-
docker push $RELEASE_IMAGE_TAGGED
...
...
Write
Preview
Supports
Markdown
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