Skip to content

Commit

Permalink
fix entry deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
therecipe committed Jan 3, 2020
1 parent f80c0f7 commit 2b818d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/docker/docker_entry_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
-
script: 'go get -v -tags=no_env github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup prep'
-
script: 'go get -v -d github.com/therecipe/entry && cd $(go env GOPATH)/src/github.com/therecipe/entry && ./deploy.sh && ./push.sh'
script: 'go get -v -d github.com/therecipe/entry && cd $(go env GOPATH)/src/github.com/therecipe/entry && ./deploy.sh && GITHUB_SECRET=$(GITHUB_SECRET) ./push.sh'

0 comments on commit 2b818d9

Please sign in to comment.