You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the following two issues with the Go Draft pack in the 2.1 branch:
This fix has not been applied to the branch: 7d06a59
When using the quick start for go (jx create quickstart -l go), it does not use the Git Hub org you select for your repo when generating the JenkinsFile (it uses your default org). So REPLACE_ME_ORG in https://github.com/jenkins-x/draft-packs/blob/2.1/packs/go/Jenkinsfile is not being replaced with the github org my application is created it.
I ran into the following two issues with the Go Draft pack in the 2.1 branch:
jx create quickstart -l go), it does not use the Git Hub org you select for your repo when generating the JenkinsFile (it uses your default org). SoREPLACE_ME_ORGin https://github.com/jenkins-x/draft-packs/blob/2.1/packs/go/Jenkinsfile is not being replaced with the github org my application is created it.