Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ endif

ifeq ($(BUILD_LOCALLY),0)
export CONFIG_DOCKER_TARGET = config-docker
export CONFIG_DOCKER_TARGET_QUAY = config-docker-quay
endif

include common/Makefile.common.mk
Expand Down
3 changes: 0 additions & 3 deletions common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ endif
config-docker: get-cluster-credentials
@common/scripts/artifactory_config_docker.sh

config-docker-quay: get-cluster-credentials
@common/scripts/quay_config_docker.sh

# find or download operator-sdk
# download operator-sdk if necessary
operator-sdk:
Expand Down
28 changes: 0 additions & 28 deletions common/scripts/quay_config_docker.sh

This file was deleted.