Skip to content

Commit

Permalink
Create .looper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olehshh authored Sep 6, 2024
1 parent b8e98c1 commit ec9546c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/test/resources/.looper.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ec9546c

Please sign in to comment.