Skip to content

Commit b1d0dfb

Browse files
author
Tim Middleton
committed
Minor CI/CD updates
1 parent 689a171 commit b1d0dfb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/test-create-starter-polyglot.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ function runCommand() {
4040
cat $OUTPUT
4141
if [ $ret -ne 0 ] ; then
4242
echo "Command failed"
43-
# copy the log files
44-
save_logs
4543
exit 1
4644
fi
4745
}

scripts/test-create-starter.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ function runCommand() {
4141
cat $OUTPUT
4242
if [ $ret -ne 0 ] ; then
4343
echo "Command failed"
44-
# copy the log files
45-
save_logs
4644
exit 1
4745
fi
4846
}

0 commit comments

Comments
 (0)