Skip to content

Console Output

14:36:39 + make REF=20.10 checkout
14:36:39 git init src/github.com/docker/cli
14:36:39 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-587/src/github.com/docker/cli/.git/
14:36:39 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
14:36:39 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
14:36:39 + SRC=src/github.com/docker/cli
14:36:39 + REF=20.10
14:36:39 + REF_FETCH=20.10
14:36:39 + awk {print $2}
14:36:39 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
14:36:39 + REF=refs/heads/20.10
14:36:39 + [ -n refs/heads/20.10 ]
14:36:39 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
14:36:39 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
14:36:41 From https://github.com/docker/cli
14:36:41  * [new branch]      20.10      -> 20.10
14:36:41  * [new branch]      20.10      -> origin/20.10
14:36:41 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
14:36:42 git init src/github.com/docker/docker
14:36:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-587/src/github.com/docker/docker/.git/
14:36:42 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
14:36:42 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
14:36:42 + SRC=src/github.com/docker/docker
14:36:42 + REF=20.10
14:36:42 + REF_FETCH=20.10
14:36:42 + awk {print $2}
14:36:42 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
14:36:42 + REF=refs/heads/20.10
14:36:42 + [ -n refs/heads/20.10 ]
14:36:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
14:36:42 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
14:36:44 From https://github.com/docker/docker
14:36:44  * [new branch]      20.10      -> 20.10
14:36:44  * [new branch]      20.10      -> origin/20.10
14:36:44 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
14:36:45 git init src/github.com/docker/scan-cli-plugin
14:36:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-587/src/github.com/docker/scan-cli-plugin/.git/
14:36:45 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
14:36:45 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
14:36:45 + SRC=src/github.com/docker/scan-cli-plugin
14:36:45 + REF=v0.8.0
14:36:45 + REF_FETCH=v0.8.0
14:36:45 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
14:36:45 + awk {print $2}
14:36:45 + REF=refs/tags/v0.8.0
14:36:45 + [ -n refs/tags/v0.8.0 ]
14:36:45 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
14:36:45 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
14:36:45 From https://github.com/docker/scan-cli-plugin
14:36:45  * [new tag]         v0.8.0     -> v0.8.0
14:36:45 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0