Update and rename rdme-openapi.yml to looper.yml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inherit: job:///strati/kitt/kitt-build-assets:looper/docker.yml | |
tools: | |
nodejs: 18.3.0 | |
npm: 8.5.5 | |
flows: | |
build: | |
try: | |
- echo "Running my custom looper build flow." | |
- shell: npm install -g rdme | |
- shell: rdme openapi syncWithGithub.yaml --dryRun | |
- call: buildDocker |