Skip to content

Commit

Permalink
Merge pull request #3 from owncloud/fix-code-generation
Browse files Browse the repository at this point in the history
Fix code generation
  • Loading branch information
micbar authored May 17, 2021
2 parents 2311d8a + 737f563 commit dc6da53
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def stagePipelines(ctx):
'image': 'openapitools/openapi-generator-cli',
'pull': 'always',
'commands': [
'/usr/local/bin/docker-entrypoint.sh validate -i api/openapi-spec/v0.0.yml',
'/usr/local/bin/docker-entrypoint.sh validate -i api/openapi-spec/v0.0.yaml',
],
}
],
Expand Down
Loading

0 comments on commit dc6da53

Please sign in to comment.