gocd: Apply editorconfig standards

This commit is contained in:
Stephan Kulow 2023-01-02 15:34:10 +01:00
parent f689243e27
commit 32eac54470
21 changed files with 608 additions and 614 deletions

View File

@ -69,9 +69,7 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: |- - script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP4:Update:Products:Micro54 -s $STAGING_PROJECT
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP4:Update:Products:Micro54 -s $STAGING_PROJECT
- Update.000product: - Update.000product:
resources: resources:
- repo-checker - repo-checker
@ -132,9 +130,7 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: |- - script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP4:Update:Products:Micro54 -s $STAGING_PROJECT
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP4:Update:Products:Micro54 -s $STAGING_PROJECT
- Update.000product: - Update.000product:
resources: resources:
- repo-checker - repo-checker

View File

@ -65,9 +65,7 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: |- - script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP4:Update:Products:Micro54 -s $STAGING_PROJECT
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP4:Update:Products:Micro54 -s $STAGING_PROJECT
- Update.000product: - Update.000product:
resources: resources:
- repo-checker - repo-checker

View File

@ -31,4 +31,4 @@ pipelines:
- staging-bot - staging-bot
tasks: tasks:
- script: | - script: |
ruby obs-to-vagrantcloud.rb --url <%= url %> --organization opensuse --new-box-name <%= box_name %><% end -%> ruby obs-to-vagrantcloud.rb --url <%= url %> --organization opensuse --new-box-name <%= box_name %><% end %>