Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Drop registry mirrors from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 10, 2021
1 parent 6cda97e commit de0e7d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/tasks/build-artifactory-resource-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ params:
BUILD_ARG_jar: built-artifact/artifactory-resource.jar
BUILD_ARG_root: git-repo
DOCKER_HUB_AUTH: ((docker-hub-auth))
REGISTRY_MIRRORS: ((docker-hub-mirror))
run:
path: /bin/sh
args:
Expand Down
1 change: 0 additions & 1 deletion ci/tasks/build-ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ params:
CONTEXT: ci-images-git-repo/ci/images
DOCKERFILE: ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile
DOCKER_HUB_AUTH: ((docker-hub-auth))
REGISTRY_MIRRORS: ((docker-hub-mirror))
run:
path: /bin/sh
args:
Expand Down

0 comments on commit de0e7d3

Please sign in to comment.