Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Give names to adder arguments in CI
  • Loading branch information
obrok committed Dec 21, 2022
commit 561cd1a3a329c81d9b58c347b0b6b980a424fb0c
4 changes: 2 additions & 2 deletions .github/scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ if [[ -n "${ONLY_LEGACY:-}" ]]; then
fi

if [[ -n "${ADDER:-}" ]]; then
ARGS+=(-e "${ADDER}")
ARGS_METADATA+=(-e "${ADDER_METADATA}")
ARGS+=(-e "ADDER=${ADDER}")
ARGS+=(-e "ADDER_METADATA=${ADDER_METADATA}")
fi

docker run -v $(pwd)/docker/data:/data "${ARGS[@]}" aleph-e2e-client:latest
Expand Down