Skip to content

Commit

Permalink
Fix release publish (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ungureanuvladvictor authored Sep 26, 2017
1 parent 78fa409 commit e6a0d21
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ install-yarn: &install-yarn
apt-get -y update
apt-get -y install nodejs yarn
setup-docker: &setup-docker
run:
name: Setup Docker
commands: |
- setup_remote_docker
- *install-docker-client
version: 2
jobs:
build:
Expand Down Expand Up @@ -130,7 +123,8 @@ jobs:
<<: *darwin-linux-no-cgo
steps:
- checkout
- *setup-docker
- setup_remote_docker
- *install-docker-client
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --user "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bulldozer
- run: sha256sum dist/*.tgz
- attach_workspace:
Expand Down

0 comments on commit e6a0d21

Please sign in to comment.