Skip to content
Snippets Groups Projects
Commit 1849dd87 authored by Dung Vu's avatar Dung Vu
Browse files

Update .gitlab-ci.yml

parent a31caf66
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ deploy-helm: ...@@ -10,8 +10,8 @@ deploy-helm:
- helm repo update - helm repo update
# - helm upgrade --cleanup-on-fail --install hpchub jupyterhub/jupyterhub -n csusb-hpc --version=1.2.0 --values values.yaml # - helm upgrade --cleanup-on-fail --install hpchub jupyterhub/jupyterhub -n csusb-hpc --version=1.2.0 --values values.yaml
- helm upgrade --cleanup-on-fail - helm upgrade --cleanup-on-fail
--install hpchub jupyterhub/jupyterhub --install hubdev jupyterhub/jupyterhub
--namespace csusb-hpc --version=1.2 --namespace csusb-hub-dev --version=1.2
--values values.yaml --values values.yaml
--set-file hub.extraFiles.custom_spawner_profile.stringData=./extraFiles/my_spawner.html --set-file hub.extraFiles.custom_spawner_profile.stringData=./extraFiles/my_spawner.html
--set-file hub.extraFiles.custom_spawner.stringData=./extraFiles/my_spawner.py --set-file hub.extraFiles.custom_spawner.stringData=./extraFiles/my_spawner.py
...@@ -22,5 +22,5 @@ deploy-helm: ...@@ -22,5 +22,5 @@ deploy-helm:
environment: environment:
#Check the namespace #Check the namespace
name: csusb-hpc name: csusb-hub-dev
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