Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Overwrite install step in travis #35

Merged
merged 1 commit into from May 7, 2018
Merged

Overwrite install step in travis #35

merged 1 commit into from May 7, 2018

Conversation

petemoore
Copy link
Member

@petemoore petemoore commented May 7, 2018

This should prevent the default install command:

go get -v -t ./...

running before our custom install command:

CGO_ENABLED=0 go get -v -t -ldflags "-X main.revision=$(git rev-parse HEAD)" ./...

This should fix the issue of the git revision not being set in the binary release of taskcluster-proxy.

See bug comment for details.

@petemoore
Copy link
Member Author

@dragoscrisan FYI

@petemoore
Copy link
Member Author

Thanks John!

@petemoore petemoore merged commit fef53d8 into master May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants