We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7722a61 commit a444ebdCopy full SHA for a444ebd
scripts/init-gitlab.sh
@@ -27,6 +27,7 @@ if [ -z "$(helm list -n gitlab | grep gitlab)" ]; then
27
echo "setup gitlab configs"
28
GITLAB_TOOLBOX_POD=$(kubectl get pods --namespace gitlab -l app=toolbox -o name)
29
30
+ sleep 10
31
TOKENS_OUTPUT=$(kubectl exec -it -c toolbox ${GITLAB_TOOLBOX_POD} -n gitlab -- gitlab-rails runner /tmp/scripts/piper-setup.rb)
32
echo $TOKENS_OUTPUT
33
else
0 commit comments