diff --git a/ci/deploy/deploy-template.inc.yml b/ci/deploy/deploy-template.inc.yml index 29eb2ae..0ff223c 100644 --- a/ci/deploy/deploy-template.inc.yml +++ b/ci/deploy/deploy-template.inc.yml @@ -55,9 +55,12 @@ if [[ -z "$APPVERSION" ]]; then APPVERSION="0.0.1" fi + - ls -la ~/.ssh + - cd ~/.ssh + - pwd script: - - mkdir -p ${CI_PROJECT_DIR}/utils/ - - cd ${CI_PROJECT_DIR}/utils/ + # - mkdir -p ${CI_PROJECT_DIR}/utils/ + # - cd ${CI_PROJECT_DIR}/utils/ # - wget -q --no-check-certificate --output-document "deploy.sh" --header "PRIVATE-TOKEN:${GITLAB_TOKEN}" "https://git.vimpelcom.ru/api/v4/projects/9556/repository/files/ci%2Fdeploy%2Fdeploy.sh/raw" - > for stand in $STANDS; do