mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Set status
This commit is contained in:
parent
cd1f4279f3
commit
8947a6f9f6
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@ fi
|
||||||
|
|
||||||
if [ $res -eq 0 ]; then
|
if [ $res -eq 0 ]; then
|
||||||
echo Send success
|
echo Send success
|
||||||
$(pwd)/set-status.sh 'success' 'The Bamboo build is a success' ${step}
|
$(dirname "$0")/set-status.sh 'success' 'The Bamboo build is a success' ${step}
|
||||||
elif [ $res -eq 1 ]; then
|
elif [ $res -eq 1 ]; then
|
||||||
echo Send Failure
|
echo Send Failure
|
||||||
$(pwd)/set-status.sh 'failure' 'The Bamboo build failed' ${step}
|
$(dirname "$0")/set-status.sh 'failure' 'The Bamboo build failed' ${step}
|
||||||
else
|
else
|
||||||
echo Send error
|
echo Send error
|
||||||
$(pwd)/set-status.sh 'error' 'The Bamboo build is in error' ${step}
|
$(dirname "$0")/set-status.sh 'error' 'The Bamboo build is in error' ${step}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue