mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
[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:
@ -10,7 +10,8 @@ PACKAGE=podman
|
|||||||
# script is run from git root directory
|
# script is run from git root directory
|
||||||
SPEC_FILE=rpm/$PACKAGE.spec
|
SPEC_FILE=rpm/$PACKAGE.spec
|
||||||
|
|
||||||
GOPATHDIR=~/go/src/github.com/containers/
|
export GOPATH=~/go
|
||||||
|
GOPATHDIR=$GOPATH/src/github.com/containers/
|
||||||
mkdir -p $GOPATHDIR
|
mkdir -p $GOPATHDIR
|
||||||
ln -sf $(pwd) $GOPATHDIR/.
|
ln -sf $(pwd) $GOPATHDIR/.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user