Skip to content
Snippets Groups Projects
Verified Commit 507229c1 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

make .gitlab-ci less pretty

parent 4ac401ea
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,10 @@ image: "${CI_REGISTRY_IMAGE}/openappstack-ci:${CI_COMMIT_REF_NAME}"
variables:
SSH_KEY_ID: "411"
HOSTNAME: "ci-$CI_PIPELINE_ID"
SUBDOMAIN: "$HOSTNAME.ci"
# Repeated values, because we're not allowed to use a variable in a variable
SUBDOMAIN: "ci-$CI_PIPELINE_ID.ci"
DOMAIN: "openappstack.net"
ADDRESS: "$SUBDOMAIN.$DOMAIN"
ADDRESS: "ci-$CI_PIPELINE_ID.ci.openappstack.net"
ci_test_image:
stage: build
......
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