We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4b50a2 + 07ef7af commit fd17039Copy full SHA for fd17039
docker.sh
@@ -40,6 +40,6 @@ case ${SIMULATION_TYPE} in
40
LOCAL)
41
mkdir -p $OUTPUT_FILE_PATH
42
cp *.cmo $OUTPUT_FILE_PATH
43
- cp *.txt $OUTPUT_FILE_PATH
+ cp reports/*.txt $OUTPUT_FILE_PATH
44
;;
45
esac
0 commit comments