File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,7 @@ if [ "$SD_AWS_INTEGRATION" = "true" ]; then
41
41
else
42
42
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) )
43
43
fi
44
+
45
+ if [ -r /tmp/sd_event.json ]; then
46
+ cat /tmp/sd_event.json
47
+ fi
You can’t perform that action at this time.
0 commit comments