We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c2c850 + 0a82ee0 commit 78fa409Copy full SHA for 78fa409
2 files changed
.circleci/config.yml
@@ -118,9 +118,11 @@ jobs:
118
<<: *darwin-linux-no-cgo
119
steps:
120
- checkout
121
- - *setup-docker
+ - setup_remote_docker
122
+ - *install-docker-client
123
- attach_workspace:
124
at: /go/src/github.com/palantir/bulldozer
125
+ - run: ./godelw dist
126
- *build-docker-image
127
- run: ./scripts/publish_docker.sh
128
@@ -168,4 +170,3 @@ workflows:
168
170
only: /^[0-9]+(\.[0-9]+)+(-rc[0-9]+)?(-alpha[0-9]+)?$/
169
171
branches:
172
ignore: /.*/
-
scripts/publish_docker.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -eu
+set -u
4
5
docker login -u "${DOCKERHUB_USERNAME}" -p "${DOCKERHUB_PASSWORD}"
6
0 commit comments