Skip to content

Commit

Permalink
Update runner image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 16, 2023
1 parent 106ecd6 commit 33b9f09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/scripts/build-runner-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ case $TARGET in
e2cp \
-P 500 \
"${SCRIPT_DIR}/../target/$TARGET/release/test-runner" \
"${SCRIPT_DIR}/../packages/"app-e2e-* \
"${PACKAGES_DIR}/"app-e2e-* \
"${TEST_RUNNER_IMAGE_PATH}:/"
e2cp \
"$PACKAGES_DIR/"*.deb \
"$PACKAGES_DIR/"*.rpm \
"${PACKAGES_DIR}/"*.deb \
"${PACKAGES_DIR}/"*.rpm \
"${SCRIPT_DIR}/../openvpn.ca.crt" \
"${TEST_RUNNER_IMAGE_PATH}:/"
;;
Expand All @@ -51,7 +51,7 @@ case $TARGET in
mcopy \
-i "${TEST_RUNNER_IMAGE_PATH}" \
"${SCRIPT_DIR}/../target/$TARGET/release/test-runner.exe" \
"$PACKAGES_DIR/"*.exe \
"${PACKAGES_DIR}/"*.exe \
"${SCRIPT_DIR}/../openvpn.ca.crt" \
"::"
mdir -i "${TEST_RUNNER_IMAGE_PATH}"
Expand Down

0 comments on commit 33b9f09

Please sign in to comment.