Skip to content

Commit

Permalink
[CI] Disables docker build
Browse files Browse the repository at this point in the history
It's not working at the moment and it failing is generating false build failures
  • Loading branch information
atruskie committed Jun 24, 2018
1 parent bc9ac12 commit 80b25b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ deploy:
SHOULD_RELEASE: True

# scripts to run after deployment
after_deploy:
# build and push our docker image
- ps: docker login -u="$env:DOCKER_USER" -p="$env:DOCKER_PASS"
- ps: . .\build\build_docker.ps1 "$env:ApVersion"
#after_deploy:
# # build and push our docker image
# - ps: docker login -u="$env:DOCKER_USER" -p="$env:DOCKER_PASS"
# - ps: . .\build\build_docker.ps1 "$env:ApVersion"


notifications:
Expand Down

0 comments on commit 80b25b2

Please sign in to comment.