Skip to content
Snippets Groups Projects
Commit 1d5f8c5d authored by Sven Marcus's avatar Sven Marcus
Browse files

Adds jupyter_host variable to gitlab-ci

parent 58173958
No related branches found
No related tags found
1 merge request!6Proper Python simulation tests
...@@ -440,6 +440,7 @@ vf_wheel_to_jupyterhub: ...@@ -440,6 +440,7 @@ vf_wheel_to_jupyterhub:
HOST: "finrod.irmb.bau.tu-bs.de" HOST: "finrod.irmb.bau.tu-bs.de"
SSH_KEY: "$SSH_PRIVATE_KEY_JUPYTER_HOST_AT_FINROD" SSH_KEY: "$SSH_PRIVATE_KEY_JUPYTER_HOST_AT_FINROD"
REMOTE_USER: "jupyter_host" REMOTE_USER: "jupyter_host"
jupyter_host: "jupyter_host"
before_script: before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
......
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