diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-10-30 02:20:07 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-10-30 02:20:07 +0530 |
commit | f7d4d8e49262136e3c76bbe0c707ef91c29705a2 (patch) | |
tree | 891b500801343e3a71d35263512e2d1ffd5ca01f /vendor | |
parent | 43463869c883c7972ecc03500ab35325eede7a01 (diff) | |
download | gitlab-ce-f7d4d8e49262136e3c76bbe0c707ef91c29705a2.tar.gz |
Fix #53298: JupyterHub to restarts should work without errors
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/jupyter/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml index 049ffcc3407..24136a7aca5 100644 --- a/vendor/jupyter/values.yaml +++ b/vendor/jupyter/values.yaml @@ -16,7 +16,7 @@ singleuser: lifecycleHooks: postStart: exec: - command: ["git", "clone", "https://gitlab.com/gitlab-org/nurtch-demo.git", "DevOps-Runbook-Demo"] + command: ["sh", "-c", "git clone https://gitlab.com/gitlab-org/nurtch-demo.git DevOps-Runbook-Demo || true"] ingress: enabled: true |