We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1e6b9 commit 2ced331Copy full SHA for 2ced331
1 file changed
Makefile
@@ -245,11 +245,6 @@ COUNT ?= 1
245
NPROC ?= $$(( $(shell nproc) / 2 ))
246
E2E_PARALLELISM ?= $$(( $(NPROC) > 1 ? $(NPROC) : 1))
247
248
-dex:
249
- git clone https://github.com/dexidp/dex.git
250
-dex/bin/dex: dex
251
- (cd dex; make)
252
-
253
$(DEX):
254
mkdir -p $(TOOLS_DIR)
255
git clone --branch $(DEX_VER) --depth 1 https://github.com/dexidp/dex $(TOOLS_DIR)/dex-clone-$(DEX_VER) || true
0 commit comments