Skip to content

Commit

Permalink
add ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
elchnanarbiv committed Sep 25, 2024
1 parent 54d6fec commit 0f2a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

output_file=./output.log

ls -la
eval "arr=(${ADDITIONAL_PARAMS})"
/app/bin/cx scan create --project-name "${PROJECT_NAME}" -s "." --branch "${BRANCH#refs/heads/}" --scan-info-format json --agent "Github Action" "${arr[@]}" | tee -i $output_file
exitCode=${PIPESTATUS[0]}
Expand Down

0 comments on commit 0f2a3ea

Please sign in to comment.