diff options
author | Georg Pfuetzenreuter | 2023-02-15 23:00:20 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-15 23:15:25 +0100 |
commit | cd93d792fff7bde02f75aa9d704de644be290b1a (patch) | |
tree | 6150136662847d5c4ff4308f767a81711ed0a2c7 /.pipeline.yml | |
parent | 36b1fbffb2f24506079e46a8155877c19f648473 (diff) | |
download | salt-cd93d792fff7bde02f75aa9d704de644be290b1a.tar.gz salt-cd93d792fff7bde02f75aa9d704de644be290b1a.tar.bz2 salt-cd93d792fff7bde02f75aa9d704de644be290b1a.zip |
Address yamllint errors/warnings
- remove spaces, add headers
- add ignore for line-lengths in .pipeline.yml
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to '.pipeline.yml')
-rw-r--r-- | .pipeline.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.pipeline.yml b/.pipeline.yml index 1c8955d..1c2352f 100644 --- a/.pipeline.yml +++ b/.pipeline.yml @@ -1,3 +1,5 @@ +--- +# yamllint disable rule:line-length skip_clone: true pipeline: @@ -14,7 +16,7 @@ pipeline: check: image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline:latest - secrets: [ ci_netrc_username, ci_netrc_password, ci_netrc_machine ] + secrets: [ci_netrc_username, ci_netrc_password, ci_netrc_machine] when: event: [push] commands: @@ -40,5 +42,5 @@ pipeline: event: [push] instance: woodpecker-orpheus.intranet.squirrelcube.com commands: - #- rolesyncer + # - rolesyncer - bin/rolesyncer.py |