Skip to content

Commit

Permalink
fix: some space
Browse files Browse the repository at this point in the history
  • Loading branch information
omri2001 committed Dec 2, 2024
1 parent 0ed2975 commit 987efb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ -z "$(helm list -n gitlab | grep gitlab)" ]; then
helm upgrade --install gitlab -n gitlab gitlab/gitlab -f gitlab.values.yaml

kubectl wait --namespace gitlab --for=condition=ready pod -l app=toolbox --timeout=360s

GITLAB_TOOLBOX_POD=$(kubectl get pods --namespace gitlab -l app=toolbox -o name)
TOKENS_OUTPUT=$(kubectl exec -it -c toolbox ${GITLAB_TOOLBOX_POD} -n gitlab -- gitlab-rails runner /tmp/scripts/piper-setup.rb)
echo $TOKENS_OUTPUT
Expand Down

0 comments on commit 987efb9

Please sign in to comment.