Skip to content

Commit e6a0d21

Browse files
Fix release publish (#12)
1 parent 78fa409 commit e6a0d21

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ install-yarn: &install-yarn
6161
apt-get -y update
6262
apt-get -y install nodejs yarn
6363
64-
setup-docker: &setup-docker
65-
run:
66-
name: Setup Docker
67-
commands: |
68-
- setup_remote_docker
69-
- *install-docker-client
70-
7164
version: 2
7265
jobs:
7366
build:
@@ -130,7 +123,8 @@ jobs:
130123
<<: *darwin-linux-no-cgo
131124
steps:
132125
- checkout
133-
- *setup-docker
126+
- setup_remote_docker
127+
- *install-docker-client
134128
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --user "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bulldozer
135129
- run: sha256sum dist/*.tgz
136130
- attach_workspace:

0 commit comments

Comments
 (0)