Skip to content

Commit ed373e0

Browse files
committed
Remove superfluous 'set +x' commands.
1 parent b7dedaa commit ed373e0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

jenkins/scripts/kill.sh

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ echo '(written to ".pidfile"), all of which were conducted when "deliver.sh"'
55
echo 'was executed.'
66
set -x
77
kill $(cat .pidfile)
8-
set +x

jenkins/scripts/test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ echo 'application renders satisfactorily. This command actually invokes the test
1818
echo 'runner Jest (https://facebook.github.io/jest/).'
1919
set -x
2020
npm test
21-
set +x

0 commit comments

Comments
 (0)