Merge pull request from lsm5/packit-golist

[CI:BUILD] Packit: downstream task action fix
This commit is contained in:
OpenShift Merge Robot
2023-07-13 15:01:22 +02:00
committed by GitHub

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