Skip to content
Snippets Groups Projects
Commit 92118a6b authored by L4168's avatar L4168
Browse files

allow failure for before-script

parent 44ac1d4b
No related branches found
No related tags found
No related merge requests found
Pipeline #63934 passed
...@@ -14,6 +14,7 @@ docker-push: ...@@ -14,6 +14,7 @@ docker-push:
- echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USER" --password-stdin - echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USER" --password-stdin
- docker stop front - docker stop front
- docker rm front - docker rm front
allow_failure: true
script: script:
- docker build -t overflow2019/frontend:test . - docker build -t overflow2019/frontend:test .
- docker push overflow2019/frontend - docker push overflow2019/frontend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment