Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
a352f037
Commit
a352f037
authored
Apr 07, 2022
by
Bryan BRANCOTTE
Browse files
test when missing
parent
0fc8ab31
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a352f037
...
...
@@ -151,7 +151,7 @@ test-ci:
name
:
"
k8sdev-01/jass-dev/${CI_COMMIT_REF_SLUG}"
url
:
"
https://jass-${CI_COMMIT_REF_SLUG}.dev.pasteur.cloud"
script
:
-
kubectl get secret --namespace "jass-dev" ${CI_COMMIT_REF_SLUG}-rabbitmq || NO_SECRET=$?
-
kubectl get secret --namespace "jass-dev" ${CI_COMMIT_REF_SLUG}-rabbitmq
XXX
|| NO_SECRET=$?
-
>
if [ $NO_SECRET ]; then
RABBITMQ_PASSWORD=''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment