Skip to content

Console Output

13:36:18 + make REF=bump-compose-2.24.0 debian-bullseye
13:36:18 git init src/github.com/docker/cli
13:36:18 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-977/src/github.com/docker/cli/.git/
13:36:18 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:36:18 ./scripts/checkout.sh src/github.com/docker/cli "bump-compose-2.24.0"
13:36:18 + SRC=src/github.com/docker/cli
13:36:18 + REF=bump-compose-2.24.0
13:36:18 + REF_FETCH=bump-compose-2.24.0
13:36:18 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin bump-compose-2.24.0
13:36:18 + awk {print $2}
13:36:18 + REF=
13:36:18 + [ -n  ]
13:36:18 + REF=FETCH_HEAD
13:36:18 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin bump-compose-2.24.0
13:36:18 fatal: couldn't find remote ref bump-compose-2.24.0
13:36:18 make: *** [Makefile:50: checkout-cli] Error 128