Skip to content

Commit

Permalink
output the commadn before execution
Browse files Browse the repository at this point in the history
  • Loading branch information
cybernop committed Aug 27, 2024
1 parent 49d7506 commit f8d2d3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ OUTPUT="-html-output $PROJECT_DIR/validation.html"
IGS=$(sed ':a;N;$!ba;s/\([a-zA-Z\-]\+:\s\+[a-z0-9\.\:\/\-]\+\n\)*dependencies:\(\(\n\s\+[a-z0-9\.]\+:\s\+[0-9a-z\.]\+\)\+\)\(\n[a-zA-Z\-]\+:\s\+[a-z0-9\.\:\/\-]\+\)*/\2/g;s/\n\s\+/\n/g;s/^\n//g;s/\([a-z0-9\.]\+\):\s\+\([0-9a-z\-\.]\+\)\n\?/ -ig \1#\2/g' $SUSHI_CONFIG)
OWN_IG="-ig $GEN_DIR"

java -jar $VAL_JAR $VERSION $IGS $OWN_IG $GEN_DIR $OUTPUT
CMD="java -jar $VAL_JAR $VERSION $IGS $OWN_IG $GEN_DIR $OUTPUT"

echo "Running $CMD"
$CMD

0 comments on commit f8d2d3e

Please sign in to comment.