Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,11 @@ prep_ocf_cd_staging: script: - | echo "### filtering name ###" echo $(echo $CI_ENVIRONMENT_SLUG | rev | cut -c 1-6 | rev) > cd_env_endpoint.txt echo $CI_COMMIT_REF_SLUG CD_ENV_NAME=${CI_COMMIT_REF_SLUG//-/} echo $CD_ENV_NAME echo $CD_ENV_NAME | rev | cut -c 1-6 | rev echo $(echo $CD_ENV_NAME | rev | cut -c 1-6 | rev) > cd_env_endpoint.txt artifacts: paths: - cd_env_endpoint.txt Loading Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,11 @@ prep_ocf_cd_staging: script: - | echo "### filtering name ###" echo $(echo $CI_ENVIRONMENT_SLUG | rev | cut -c 1-6 | rev) > cd_env_endpoint.txt echo $CI_COMMIT_REF_SLUG CD_ENV_NAME=${CI_COMMIT_REF_SLUG//-/} echo $CD_ENV_NAME echo $CD_ENV_NAME | rev | cut -c 1-6 | rev echo $(echo $CD_ENV_NAME | rev | cut -c 1-6 | rev) > cd_env_endpoint.txt artifacts: paths: - cd_env_endpoint.txt Loading