Skip to content

Commit

Permalink
unset scram env if set
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Mar 7, 2018
1 parent 4f30ef5 commit c017518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-pull-request-results
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
eval $(scram unset -sh) || true
if [ "X${SCRAMRT_SET}" != "X" ] ; then eval $(scram unset -sh) ; fi
for x in 0 1 2 ; do
$(dirname $0)/report-pull-request-results.py "$@" && exit 0
sleep 30
Expand Down

0 comments on commit c017518

Please sign in to comment.