Skip to content

Commit

Permalink
fix: cat optional file (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
DekusDenial authored Oct 19, 2023
1 parent f6f01dd commit cb6e920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ if [ "$SD_AWS_INTEGRATION" = "true" ]; then
else
SD_TOKEN=`/opt/sd/launch --only-fetch-token --token "$1" --api-uri "$2" --store-uri "$3" --ui-uri "$6" --emitter /sd/emitter --build-timeout "$4" --cache-strategy "$7" --pipeline-cache-dir "$8" --job-cache-dir "$9" --event-cache-dir "${10}" --cache-compress "${11}" --cache-md5check "${12}" --cache-max-size-mb "${13}" --cache-max-go-threads "${14}" "$5"` && (/opt/sd/launch --token "$SD_TOKEN" --api-uri "$2" --store-uri "$3" --ui-uri "$6" --emitter /sd/emitter --build-timeout "$4" --cache-strategy "$7" --pipeline-cache-dir "$8" --job-cache-dir "$9" --event-cache-dir "${10}" --cache-compress "${11}" --cache-md5check "${12}" --cache-max-size-mb "${13}" --cache-max-go-threads "${14}" "$5" & /opt/sd/logservice --token "$SD_TOKEN" --emitter /sd/emitter --api-uri "$2" --store-uri "$3" --build "$5" & wait $(jobs -p))
fi

if [ -r /tmp/sd_event.json ]; then
cat /tmp/sd_event.json
fi

0 comments on commit cb6e920

Please sign in to comment.