Skip to content

Commit

Permalink
Merge branch 'RESTAPI-956-add-docs-to-kong-yml-k8s-and-demo-for-api-s…
Browse files Browse the repository at this point in the history
…pec' into 'master'

ci: fix file copy

See merge request firecrest/firecrest!255
  • Loading branch information
aledabin committed Nov 22, 2023
2 parents 2b20f2b + 1ec07cc commit ccc572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc572f

Please sign in to comment.