Skip to content

Commit

Permalink
Ignore irrelevant files in build-runner-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 24, 2023
1 parent 45b8883 commit d1c77c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/scripts/build-runner-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ case $TARGET in
"${SCRIPT_DIR}/../target/$TARGET/release/test-runner" \
"${PACKAGES_DIR}/"app-e2e-* \
"${TEST_RUNNER_IMAGE_PATH}:/"
e2cp \
"${PACKAGES_DIR}/"*.deb \
"${PACKAGES_DIR}/"*.rpm \
"${SCRIPT_DIR}/../openvpn.ca.crt" \
e2cp "${PACKAGES_DIR}/"*.deb \
"${TEST_RUNNER_IMAGE_PATH}:/" || true
e2cp "${PACKAGES_DIR}/"*.rpm \
"${TEST_RUNNER_IMAGE_PATH}:/" || true
e2cp "${SCRIPT_DIR}/../openvpn.ca.crt" \
"${TEST_RUNNER_IMAGE_PATH}:/"
;;

Expand Down

0 comments on commit d1c77c1

Please sign in to comment.