We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fa409 commit e6a0d21Copy full SHA for e6a0d21
.circleci/config.yml
@@ -61,13 +61,6 @@ install-yarn: &install-yarn
61
apt-get -y update
62
apt-get -y install nodejs yarn
63
64
-setup-docker: &setup-docker
65
- run:
66
- name: Setup Docker
67
- commands: |
68
- - setup_remote_docker
69
- - *install-docker-client
70
-
71
version: 2
72
jobs:
73
build:
@@ -130,7 +123,8 @@ jobs:
130
123
<<: *darwin-linux-no-cgo
131
124
steps:
132
125
- checkout
133
- - *setup-docker
126
+ - setup_remote_docker
127
+ - *install-docker-client
134
128
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --user "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bulldozer
135
129
- run: sha256sum dist/*.tgz
136
- attach_workspace:
0 commit comments