Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ deploy-pro: image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest variables: DOCKER_DRIVER: overlay2 STATUS_CHECK_DELAY: '60' STATUS_CHECK_DELAY: '90' STATUS_CHECK_INTERVAL: '10' SSH_REMOTE: ${PRO_SSH_REMOTE} SERVICE: elastic Loading scripts/manage-users.sh +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ elasticAdmin=elastic retryManageUsers=1 sleep ${USER_MANAGEMENT_DELAY:-60} while [ "${retryManageUsers}" -eq "1" ] do responseStatus=$(curl --write-out %{http_code} --silent --output /dev/null \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ deploy-pro: image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest variables: DOCKER_DRIVER: overlay2 STATUS_CHECK_DELAY: '60' STATUS_CHECK_DELAY: '90' STATUS_CHECK_INTERVAL: '10' SSH_REMOTE: ${PRO_SSH_REMOTE} SERVICE: elastic Loading
scripts/manage-users.sh +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ elasticAdmin=elastic retryManageUsers=1 sleep ${USER_MANAGEMENT_DELAY:-60} while [ "${retryManageUsers}" -eq "1" ] do responseStatus=$(curl --write-out %{http_code} --silent --output /dev/null \ Loading