Skip to content
Merged
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
10 changes: 0 additions & 10 deletions openshift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,5 @@ verify: generate
echo "generated files are out of date, run make generate"; exit 1; \
fi

# FIXME(stephenfin): Remove the CI job that relies on this: all logic has moved to CCAPIO now
.PHONY: test
test:
echo "done"

# FIXME(stephenfin): Remove this once we've reworked the CI job that relies on this to call the script directly
.PHONY: e2e
e2e:
./e2e-tests.sh

.PHONY: ALWAYS
ALWAYS: