Skip to content

Commit 8f23068

Browse files
authored
chore(e2e): Fix race condition for agent configuration (#361)
Signed-off-by: jannfis <[email protected]>
1 parent 1931b97 commit 8f23068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ fmt:
4848
build: agent principal cli
4949

5050
.PHONY: setup-e2e2
51-
setup-e2e2:
51+
setup-e2e2: cli
5252
./hack/dev-env/setup-vcluster-env.sh create
53+
./hack/dev-env/gen-creds.sh
54+
./hack/dev-env/create-agent-config.sh
5355

5456
.PHONY: start-e2e2
5557
start-e2e2: cli install-goreman
56-
./hack/dev-env/gen-creds.sh
57-
./hack/dev-env/create-agent-config.sh
5858
goreman -exit-on-stop=false -f hack/dev-env/Procfile.e2e start
5959

6060
.PHONY: test-e2e2

0 commit comments

Comments
 (0)