Skip to content

Console Output

04:30:10 + make REF=20.10 checkout
04:30:10 git init src/github.com/docker/cli
04:30:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-596/src/github.com/docker/cli/.git/
04:30:10 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
04:30:10 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
04:30:10 + SRC=src/github.com/docker/cli
04:30:10 + REF=20.10
04:30:10 + REF_FETCH=20.10
04:30:10 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
04:30:10 + awk {print $2}
04:30:10 + REF=refs/heads/20.10
04:30:10 + [ -n refs/heads/20.10 ]
04:30:10 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
04:30:10 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
04:30:12 From https://github.com/docker/cli
04:30:12  * [new branch]      20.10         -> 20.10
04:30:12  * [new tag]         v20.10.10     -> v20.10.10
04:30:12  * [new tag]         v20.10.10-rc1 -> v20.10.10-rc1
04:30:12  * [new branch]      20.10         -> origin/20.10
04:30:12 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
04:30:12 git init src/github.com/docker/docker
04:30:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-596/src/github.com/docker/docker/.git/
04:30:12 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
04:30:12 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
04:30:12 + SRC=src/github.com/docker/docker
04:30:12 + REF=20.10
04:30:12 + REF_FETCH=20.10
04:30:12 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
04:30:12 + awk {print $2}
04:30:12 + REF=refs/heads/20.10
04:30:12 + [ -n refs/heads/20.10 ]
04:30:12 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
04:30:12 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
04:30:14 From https://github.com/docker/docker
04:30:14  * [new branch]      20.10      -> 20.10
04:30:14  * [new tag]         v20.10.10  -> v20.10.10
04:30:14  * [new branch]      20.10      -> origin/20.10
04:30:14 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
04:30:15 git init src/github.com/docker/scan-cli-plugin
04:30:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-596/src/github.com/docker/scan-cli-plugin/.git/
04:30:15 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
04:30:15 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
04:30:15 + SRC=src/github.com/docker/scan-cli-plugin
04:30:15 + REF=v0.9.0
04:30:15 + REF_FETCH=v0.9.0
04:30:15 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
04:30:15 + awk {print $2}
04:30:15 + REF=refs/tags/v0.9.0
04:30:15 + [ -n refs/tags/v0.9.0 ]
04:30:15 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
04:30:15 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.9.0:refs/tags/v0.9.0
04:30:15 From https://github.com/docker/scan-cli-plugin
04:30:15  * [new tag]         v0.9.0     -> v0.9.0
04:30:15 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0