Removed set -e to allow branch deletion to fail if it cannot be found.
This commit is contained in:
parent
6912f173a4
commit
9fd3949348
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
unset source
|
unset source
|
||||||
unset target
|
unset target
|
||||||
unset bfg_cleaner
|
unset bfg_cleaner
|
||||||
|
|
Loading…
Reference in New Issue