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

WIP

parent 42ea75b4
No related branches found
No related tags found
No related merge requests found
...@@ -175,8 +175,7 @@ deploy-staging: ...@@ -175,8 +175,7 @@ deploy-staging:
before_script: before_script:
- apk add --no-cache helm make - apk add --no-cache helm make
- echo ${CI_K8S_CONFIG} | base64 -d > ./kubecfg - echo ${CI_K8S_CONFIG} | base64 -d > ./kubecfg
- helm package ./helm/seaweedfs --destination ./build - make build-helm
- helm package ./helm/dbrepo --destination ./build
- helm -n ${CI_ENV_STAGING_NAMESPACE} uninstall ${CI_ENV_STAGING_RELEASE_NAME} - helm -n ${CI_ENV_STAGING_NAMESPACE} uninstall ${CI_ENV_STAGING_RELEASE_NAME}
- kubectl -n ${CI_ENV_STAGING_NAMESPACE} delete pvc --all - kubectl -n ${CI_ENV_STAGING_NAMESPACE} delete pvc --all
script: script:
...@@ -185,7 +184,7 @@ deploy-staging: ...@@ -185,7 +184,7 @@ deploy-staging:
refs: refs:
- dev - dev
- master - master
when: manual # when: manual
#test-metadata-service: #test-metadata-service:
# image: maven:3-openjdk-${JAVA_VERSION} # image: maven:3-openjdk-${JAVA_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment