diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbc90d29..98643d90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -283,7 +283,7 @@ tag_release: echo "Pushing helm charts to $CI_REGISTRY_HELM_URL" # include API specification inside chart folder - cp ../../../../doc/openapi/firecrest-api.yaml openapi/files/firecrest-api.yaml + cp doc/openapi/firecrest-api.yaml deploy/k8s/openapi/files/firecrest-api.yaml images="config certificator compute reservations status storage tasks utilities openapi kong"; for img in $images; do