Skip to content
Snippets Groups Projects
Verified Commit 2358741b authored by Martin Weise's avatar Martin Weise
Browse files

Need make

parent 960736a4
No related branches found
No related tags found
1 merge request!370Fixed the test
...@@ -178,7 +178,7 @@ deploy-staging: ...@@ -178,7 +178,7 @@ deploy-staging:
name: staging/datalab name: staging/datalab
url: ${CI_ENV_STAGING_URL} url: ${CI_ENV_STAGING_URL}
before_script: before_script:
- apk add --no-cache helm kubectl - apk add --no-cache helm kubectl make
- echo ${CI_K8S_CONFIG} | base64 -d > ./kubecfg - echo ${CI_K8S_CONFIG} | base64 -d > ./kubecfg
- make build-helm - make build-helm
- helm -n ${CI_ENV_STAGING_NAMESPACE} uninstall ${CI_ENV_STAGING_RELEASE_NAME} --ignore-not-found - helm -n ${CI_ENV_STAGING_NAMESPACE} uninstall ${CI_ENV_STAGING_RELEASE_NAME} --ignore-not-found
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment