Skip to content
Snippets Groups Projects
Unverified Commit be47358e authored by Varac's avatar Varac
Browse files

Replace last occurrence of SUBDOMAIN.DOMAIN

parent 70757919
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ setup-openappstack:
# TODO: I set --no-install-openappstack to skip the old installation procedure, should be removed eventually
- python3 -m openappstack $HOSTNAME install --install-kubernetes --no-install-openappstack
- scp -r ./install root@${FQDN}:/tmp/install
- ssh ${FQDN} -l root "/usr/bin/env /tmp/install/ci-write-variable-files.sh $IP_ADDRESS ${SUBDOMAIN}.${DOMAIN}"
- ssh ${FQDN} -l root "/usr/bin/env /tmp/install/ci-write-variable-files.sh $IP_ADDRESS ${FQDN}"
- ssh ${FQDN} -l root "/usr/bin/env /tmp/install/install-openappstack.sh"
# TODO: Should also be removed or made up-to-date
# Show versions of installed apps/binaries
......
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