Skip to content
Snippets Groups Projects
Commit 56c0624f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix-9' into 'master'

fix #9 : launch dependency update before kube score

Closes #9

See merge request to-be-continuous/helm!11
parents fc48ade2 7514d694
No related branches found
No related tags found
No related merge requests found
...@@ -496,6 +496,7 @@ stages: ...@@ -496,6 +496,7 @@ stages:
before_script: before_script:
- *helm-scripts - *helm-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
- helm $HELM_DEPENDENCY_ARGS $HELM_CHART_DIR
# ================================================== # ==================================================
# Stage: check # Stage: check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment