mirror of
https://github.com/containers/podman.git
synced 2025-07-31 20:32:39 +08:00
Merge pull request #19216 from lsm5/packit-golist
[CI:BUILD] Packit: downstream task action fix
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