Skip to content

Commit

Permalink
[CI:BUILD] Packit: downstream task action fix
Browse files Browse the repository at this point in the history
The downstream `pre-sync` task action script needs GOPATH to be
specified for the golist tool mentioned in the script to work.

[NO NEW TESTS NEEDED]

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Jul 12, 2023
1 parent 9e40457 commit 12dc546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/update-spec-provides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ PACKAGE=podman
# script is run from git root directory
SPEC_FILE=rpm/$PACKAGE.spec

GOPATHDIR=~/go/src/github.com/containers/
export GOPATH=~/go
GOPATHDIR=$GOPATH/src/github.com/containers/
mkdir -p $GOPATHDIR
ln -sf $(pwd) $GOPATHDIR/.

Expand Down

0 comments on commit 12dc546

Please sign in to comment.