You've already forked go-semantic-release
Merge work from development #1
@@ -3,7 +3,7 @@
|
|||||||
# Run the script and get the return code if successful of if fails
|
# Run the script and get the return code if successful of if fails
|
||||||
./scripts/commit-filter-check.sh && rc=$? || rc=$?
|
./scripts/commit-filter-check.sh && rc=$? || rc=$?
|
||||||
echo return code : $rc
|
echo return code : $rc
|
||||||
if [ ${rc} == 1 ]; then
|
if [ ${rc} = 1 ]; then
|
||||||
echo "Script return code 1 so commit failed"
|
echo "Script return code 1 so commit failed"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user