[CI:BUILD] Packit: downstream task action fix

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 <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2023-07-12 15:20:29 -04:00
parent 9e40457687
commit 12dc546fc1

View File

@ -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/.