Skip to content

Commit

Permalink
Remove superfluous 'set +x' commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Oct 13, 2017
1 parent b7dedaa commit ed373e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jenkins/scripts/kill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ echo '(written to ".pidfile"), all of which were conducted when "deliver.sh"'
echo 'was executed.'
set -x
kill $(cat .pidfile)
set +x
1 change: 0 additions & 1 deletion jenkins/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ echo 'application renders satisfactorily. This command actually invokes the test
echo 'runner Jest (https://facebook.github.io/jest/).'
set -x
npm test
set +x

0 comments on commit ed373e0

Please sign in to comment.