Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ungureanuvladvictor committed Sep 26, 2017
2 parents 9c2c850 + 0a82ee0 commit 78fa409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,11 @@ jobs:
<<: *darwin-linux-no-cgo
steps:
- checkout
- *setup-docker
- setup_remote_docker
- *install-docker-client
- attach_workspace:
at: /go/src/github.com/palantir/bulldozer
- run: ./godelw dist
- *build-docker-image
- run: ./scripts/publish_docker.sh

Expand Down Expand Up @@ -168,4 +170,3 @@ workflows:
only: /^[0-9]+(\.[0-9]+)+(-rc[0-9]+)?(-alpha[0-9]+)?$/
branches:
ignore: /.*/

2 changes: 1 addition & 1 deletion scripts/publish_docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -eu
set -u

docker login -u "${DOCKERHUB_USERNAME}" -p "${DOCKERHUB_PASSWORD}"

Expand Down

0 comments on commit 78fa409

Please sign in to comment.