We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02363e commit 12188ccCopy full SHA for 12188cc
1 file changed
.circleci/config.yml
@@ -10,6 +10,7 @@ jobs:
10
apk add npm
11
apk add openjdk8-jre
12
npm install @openapitools/openapi-generator-cli -g
13
+ - run: ls -laR
14
- run: openapi-generator batch \*.yml
15
- run:
16
name: Authenticate with registry
0 commit comments