Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
fix deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Weiss committed Feb 7, 2019
1 parent 92b1b7c commit 4633002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
steps:
- setup_remote_docker:
docker_layer_caching: true
- checkout
- run: docker login -u $HUB_USERNAME -p $HUB_PASSWORD
- run: curl -sL https://git.io/goreleaser | bash

Expand Down

0 comments on commit 4633002

Please sign in to comment.