Skip to content
Snippets Groups Projects
Commit 228e18df authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Merge branch 'remove-helm-build-step' into 'develop'

Remove helm build step

See merge request !2133
parents a5bb214a a5fdf361
No related branches found
No related tags found
1 merge request!2133Remove helm build step
Pipeline #221931 passed
......@@ -92,16 +92,6 @@ build python:
TARGET: dev_python
DESTINATION: "${CI_REGISTRY_IMAGE}/dev_python:${DOCKER_TAG}"
build helm chart:
stage: build
script:
- helm package -u ops/kubernetes/nomad -d ops/kubernetes
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ops/kubernetes/nomad-1.1.0.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/latest/charts"'
rules:
- if: $CI_COMMIT_BRANCH == "develop"
- when: manual
allow_failure: true
python linting:
stage: test
image: ${CI_REGISTRY_IMAGE}/dev_python:${DOCKER_TAG}
......
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