提交 f15e537a 编写于 作者: D Dmitriy Zaporozhets

Merge branch 'fix-53298' into 'master'

Fix #53298 JupyterHub restarts should work without errors

Closes #53298

See merge request gitlab-org/gitlab-ce!22671
---
title: 'Fix #53298: JupyterHub restarts should work without errors'
merge_request: 22671
author: Amit Rathi
type: fixed
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册