Skip to content

Commit 954b0d1

Browse files
authored
remove discontinued quay configuration (#310)
Signed-off-by: Daniel Fan <[email protected]>
1 parent 5b99ce0 commit 954b0d1

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
@@ -94,7 +94,6 @@ CRD_OPTIONS ?= "crd:trivialVersions=true"
9494

9595
ifeq ($(BUILD_LOCALLY),0)
9696
export CONFIG_DOCKER_TARGET = config-docker
97-
export CONFIG_DOCKER_TARGET_QUAY = config-docker-quay
9897
endif
9998

10099
include common/Makefile.common.mk

common/Makefile.common.mk

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

40-
config-docker-quay: get-cluster-credentials
41-
@common/scripts/quay_config_docker.sh
42-
4340
FINDFILES=find . \( -path ./.git -o -path ./.github \) -prune -o -type f
4441
XARGS = xargs -0 ${XARGS_FLAGS}
4542
CLEANXARGS = xargs ${XARGS_FLAGS}

common/scripts/quay_config_docker.sh

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

0 commit comments

Comments
 (0)