Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed May 23, 2024
1 parent 35ab1ab commit bee9eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/regclient/regbot_demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ defaults:
timeout: 10m
scripts:
- name: sync demo images
# yamllint disable rule:indentation
script: |
local deps = require 'deps'
for ns, images in pairs(deps.demoImages) do
deps.mirrorImgs(images, ns)
end
# yamllint enable rule:indentation

0 comments on commit bee9eee

Please sign in to comment.