Skip to content

Commit b053b5d

Browse files
authored
remove discontinued quay configuration (#1042)
Signed-off-by: Daniel Fan <[email protected]>
1 parent 480bca5 commit b053b5d

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ endif
109109

110110
ifeq ($(BUILD_LOCALLY),0)
111111
export CONFIG_DOCKER_TARGET = config-docker
112-
export CONFIG_DOCKER_TARGET_QUAY = config-docker-quay
113112
endif
114113

115114
include common/Makefile.common.mk

common/Makefile.common.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ endif
3939
config-docker: get-cluster-credentials
4040
@common/scripts/artifactory_config_docker.sh
4141

42-
config-docker-quay: get-cluster-credentials
43-
@common/scripts/quay_config_docker.sh
44-
4542
# find or download operator-sdk
4643
# download operator-sdk if necessary
4744
operator-sdk:

common/scripts/quay_config_docker.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)