Skip to content

Commit

Permalink
small test script change
Browse files Browse the repository at this point in the history
  • Loading branch information
omertuc committed Oct 31, 2023
1 parent b9570bd commit c688c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_seed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ podman kill editor >/dev/null || true
podman rm editor >/dev/null || true

pushd ouger && go install cmd/server/ouger_server.go && popd
pushd ouger && go install cmd/ouger/ouger.go && popd

ETCD_IMAGE=${ETCD_IMAGE:-"$(oc adm release extract --from="$RELEASE_IMAGE" --file=image-references | jq '.spec.tags[] | select(.name == "etcd").from.name' -r)"}
podman run --network=host --name editor \
Expand Down

0 comments on commit c688c3f

Please sign in to comment.