debugging xaibox deploy tests
This commit is contained in:
@@ -47,6 +47,7 @@ wait_for_completed() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function deploy_test() {
|
function deploy_test() {
|
||||||
|
set -x
|
||||||
docker ps | grep ${APP_NAME}
|
docker ps | grep ${APP_NAME}
|
||||||
|
|
||||||
assertOK https xaibox.xai-corp.net
|
assertOK https xaibox.xai-corp.net
|
||||||
@@ -77,7 +78,7 @@ dc() {
|
|||||||
occ() {
|
occ() {
|
||||||
container=$(docker ps -qn1)
|
container=$(docker ps -qn1)
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
docker exec -it -u www-data "$container" php occ $@
|
docker exec -t -u www-data "$container" php occ $@
|
||||||
}
|
}
|
||||||
|
|
||||||
function assertOK() {
|
function assertOK() {
|
||||||
|
|||||||
Reference in New Issue
Block a user