Skip to content

Commit

Permalink
feat: use ash as normal in github actions for full validation of buil…
Browse files Browse the repository at this point in the history
…d and run
  • Loading branch information
scrthq committed Mar 6, 2024
1 parent c1bc578 commit 492006c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ash
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ else
if [ "${NO_RUN}" = "NO" ]; then
${RESOLVED_OCI_RUNNER} run \
--rm \
--interactive \
--tty \
$([ "${CI}" != "" ] && echo "--interactive --tty" || echo "" ) \
-e ACTUAL_SOURCE_DIR=${SOURCE_DIR} \
-e ACTUAL_OUTPUT_DIR=${OUTPUT_DIR} \
--mount type=bind,source="${SOURCE_DIR}",destination=/src,readonly \
Expand Down

0 comments on commit 492006c

Please sign in to comment.