Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion get-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ git checkout FETCH_HEAD

switchModelRepository

make REF=${DOCKER_TAG} checkout
DOCKER_CLI_REF=${DOCKER_TAG}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so they didn't add cli- to this one -- just docker- to the engine one?

DOCKER_ENGINE_REF="docker-${DOCKER_TAG}"
make DOCKER_CLI_REF=${DOCKER_CLI_REF} DOCKER_ENGINE_REF=${DOCKER_ENGINE_REF} checkout
popd


Expand Down