Skip to content

Commit b0fab4b

Browse files
authored
feat: amazon-ecr-credential-helper
depends on cattle-ops#271
1 parent 6b35a10 commit b0fab4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/gitlab-runner.tpl

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ docker-machine rm -y dummy-machine
4848
unset HOME
4949
unset USER
5050

51+
# Install amazon-ecr-credential-helper
52+
yum install amazon-ecr-credential-helper -y
53+
5154
# Install jq if not exists
5255
if ! [ -x "$(command -v jq)" ]; then
5356
yum install jq -y

0 commit comments

Comments
 (0)