Skip to content

Commit

Permalink
Fix ./hack/update-codegen.sh script
Browse files Browse the repository at this point in the history
The change allows the codegen script to work when the repo's directory
is not checked out as 'pipeline'
  • Loading branch information
dprotaso authored and tekton-robot committed May 3, 2022
1 parent bceff42 commit 2ffa9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/setup-temporary-gopath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function shim_gopath() {
# This will create a symlink from
# (repo-root)/.gopath/src/github.com/tektoncd/pipeline
# to the user's pipeline checkout.
ln -s "$REPO_DIR" "$TEMP_TEKTONCD"
ln -s "$REPO_DIR" "$TEMP_PIPELINE"
echo "Moving to $TEMP_PIPELINE"
cd "$TEMP_PIPELINE"
export GOPATH="$TEMP_GOPATH"
Expand Down

0 comments on commit 2ffa9a5

Please sign in to comment.