diff --git a/src/test/resources/.looper.yml b/src/test/resources/.looper.yml new file mode 100644 index 0000000..0dd2676 --- /dev/null +++ b/src/test/resources/.looper.yml @@ -0,0 +1,13 @@ +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