Skip to content

Commit

Permalink
Fix extraction moco-agent version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Jan 29, 2025
1 parent f3e7c0a commit 391fe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export MYSQL_VERSION KUBECTL KUBECONFIG

## to test development version of moco-agent, run make with AGENT_DIR=<path>
AGENT_DIR =
AGENT_IMAGE := ghcr.io/cybozu-go/moco-agent:$(shell awk '/moco-agent/ {print substr($$2, 2)}' ../go.mod)
AGENT_IMAGE := ghcr.io/cybozu-go/moco-agent:$(shell awk '/github.com\/cybozu-go\/moco-agent/ {print substr($$2, 2)}' ../go.mod)

## to test development version of mysqld, run make with USE_LOCAL_MYSQL_IMAGE=1
USE_LOCAL_MYSQL_IMAGE =
Expand Down

0 comments on commit 391fe77

Please sign in to comment.