Skip to content

Console Output

13:07:05 + make REF=20.10 checkout
13:07:05 git init src/github.com/docker/cli
13:07:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-593/src/github.com/docker/cli/.git/
13:07:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:07:05 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:07:05 + SRC=src/github.com/docker/cli
13:07:05 + REF=20.10
13:07:05 + REF_FETCH=20.10
13:07:05 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:07:05 + awk {print $2}
13:07:05 + REF=refs/heads/20.10
13:07:05 + [ -n refs/heads/20.10 ]
13:07:05 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:07:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:07:07 From https://github.com/docker/cli
13:07:07  * [new branch]      20.10         -> 20.10
13:07:07  * [new tag]         v20.10.10-rc1 -> v20.10.10-rc1
13:07:07  * [new branch]      20.10         -> origin/20.10
13:07:07 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:07:08 git init src/github.com/docker/docker
13:07:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-593/src/github.com/docker/docker/.git/
13:07:08 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:07:08 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:07:08 + SRC=src/github.com/docker/docker
13:07:08 + REF=20.10
13:07:08 + REF_FETCH=20.10
13:07:08 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:07:08 + awk {print $2}
13:07:08 + REF=refs/heads/20.10
13:07:08 + [ -n refs/heads/20.10 ]
13:07:08 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:07:08 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:07:09 From https://github.com/docker/docker
13:07:09  * [new branch]      20.10      -> 20.10
13:07:09  * [new branch]      20.10      -> origin/20.10
13:07:09 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:07:10 git init src/github.com/docker/scan-cli-plugin
13:07:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-593/src/github.com/docker/scan-cli-plugin/.git/
13:07:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:07:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
13:07:10 + SRC=src/github.com/docker/scan-cli-plugin
13:07:10 + REF=v0.9.0
13:07:10 + REF_FETCH=v0.9.0
13:07:10 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
13:07:10 + awk {print $2}
13:07:10 + REF=refs/tags/v0.9.0
13:07:10 + [ -n refs/tags/v0.9.0 ]
13:07:10 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
13:07:10 + 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
13:07:11 From https://github.com/docker/scan-cli-plugin
13:07:11  * [new tag]         v0.9.0     -> v0.9.0
13:07:11 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0