Skip to content

Commit

Permalink
Fix "gcc": executable file not found in $PATH (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored and schnie committed May 2, 2019
1 parent cc07d3f commit f85cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -17,7 +17,7 @@ pipeline:

# Cut releases with goreleaser when tagged
push:
image: goreleaser/goreleaser:v0.103
image: goreleaser/goreleaser:v0.103-cgo
secrets: [ github_token ]
commands:
- git fetch --no-tags origin +refs/tags/${DRONE_TAG}:refs/tags/${DRONE_TAG}
Expand Down

0 comments on commit f85cdae

Please sign in to comment.