rc
This commit is contained in:
parent
dacb0fe01e
commit
6250efed58
2 changed files with 7 additions and 5 deletions
|
@ -3,6 +3,12 @@
|
|||
set -e
|
||||
|
||||
try_times=3
|
||||
|
||||
# start by supervisord
|
||||
/usr/bin/supervisord
|
||||
# debug
|
||||
supervisorctl start apphub
|
||||
|
||||
# set git user and email
|
||||
for ((i=0; i<$try_times; i++)); do
|
||||
set +e
|
||||
|
@ -34,8 +40,4 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# start by supervisord
|
||||
/usr/bin/supervisord
|
||||
# debug
|
||||
supervisorctl start apphub
|
||||
tail -f /dev/null
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc67",
|
||||
"version": "0.8.26-rc68",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue