Skip to content
Snippets Groups Projects
Commit fd9dd84e authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

remove dependency for tests

parent 817f0ba9
No related branches found
No related tags found
No related merge requests found
Pipeline #119097 failed with stages
in 13 minutes and 31 seconds
...@@ -472,8 +472,6 @@ load-website:dev: ...@@ -472,8 +472,6 @@ load-website:dev:
stage: load-website stage: load-website
rules: rules:
- if: $CI_COMMIT_BRANCH != "main" - if: $CI_COMMIT_BRANCH != "main"
needs:
- "deploy:dev"
script: script:
- kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io\/name=df-wiki --for condition=Ready --timeout=600s - kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io\/name=df-wiki --for condition=Ready --timeout=600s
- echo "Le pod est ready" - echo "Le pod est ready"
...@@ -485,8 +483,6 @@ load-website:prod: ...@@ -485,8 +483,6 @@ load-website:prod:
stage: load-website stage: load-website
rules: rules:
- if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "main"
needs:
- "deploy:prod"
script: script:
- kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io\/name=df-wiki --for condition=Ready --timeout=600s - kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io\/name=df-wiki --for condition=Ready --timeout=600s
- echo "Le pod est ready" - echo "Le pod est ready"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment