Skip to content
Snippets Groups Projects
Commit 2e3f7f47 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

add debug

parent d8673f3b
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ phpcs_test:
- export PROJECT_SERVER="${CI_BUILD_REF_NAME^^}_PROJECT_SERVER"
- export PROJECT_SITE="${CI_BUILD_REF_NAME^^}_PROJECT_SITE"
- export PROJECT_PORT="${CI_BUILD_REF_NAME^^}_PROJECT_PORT"
- echo $PROJECT_SERVER
- echo ${#PROJECT_SERVER}
- bash -c '[ ${#PROJECT_SERVER} -le 1 ] && echo "PROJECT_SERVER not set" && exit 1'
- bash -c '[ ${#PROJECT_SITE} -le 1 ] && echo "PROJECT_SITE not set" && exit 1'
- echo "$PRODUCTION_DEPLOY_KEY" > ~/.ssh/deploy.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment