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
|
||||
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
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue