Skip to content

Commit

Permalink
Fix for newer docker permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Courliss <[email protected]>
  • Loading branch information
Ben Courliss committed Nov 9, 2023
1 parent 981ac0a commit f75e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ test-remote: clean $(ANAX_SOURCE)/anax run-dockerreg run-test copy-cert
@echo -e "\nStarting tests"
docker exec $(DOCKER_TEST_CNAME) bash -c "export $(TEST_VARS) NOKUBE=1; /root/gov-combined.sh"

test-remote-prebuilt: clean run-dockerreg download-agbot-image run-test copy-cert
test-remote-prebuilt: clean run-dockerreg download-agbot-image run-test
@echo -e "\nBootstrapping the exchange"
docker exec $(DOCKER_TEST_CNAME) bash -c "export $(TEST_VARS) NOKUBE=1; /root/init_exchange.sh"
@echo -e "\nSetting up secrets in the vault"
Expand Down

0 comments on commit f75e9d0

Please sign in to comment.