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