Using format_spec_file and source_validator
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 42s
All checks were successful
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Successful in 42s
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
99f9865b87
commit
0ae0d9ada8
@ -33,7 +33,7 @@ jobs:
|
||||
env: # Or as an environment variable
|
||||
osc_pass: ${{ secrets.OSCPASS }}
|
||||
run: |
|
||||
cd $INPUT_OSC_PATH $INPUT_OSC_PATH/$INPUT_OSC_PACKAGE
|
||||
cd $INPUT_OSC_PATH/$INPUT_OSC_PACKAGE
|
||||
OSC_CONFIG= OSC_USERNAME=$INPUT_OSC_USER OSC_CREDENTIALS_MGR_CLASS=$INPUT_OSC_CRED OSC_PASSWORD=$osc_pass osc service run format_spec_file
|
||||
- name: OBS soiurce validate (local)
|
||||
with:
|
||||
@ -44,5 +44,5 @@ jobs:
|
||||
env: # Or as an environment variable
|
||||
osc_pass: ${{ secrets.OSCPASS }}
|
||||
run: |
|
||||
cd $INPUT_OSC_PATH $INPUT_OSC_PATH/$INPUT_OSC_PACKAGE
|
||||
cd $INPUT_OSC_PATH/$INPUT_OSC_PACKAGE
|
||||
OSC_CONFIG= OSC_USERNAME=$INPUT_OSC_USER OSC_CREDENTIALS_MGR_CLASS=$INPUT_OSC_CRED OSC_PASSWORD=$osc_pass osc service run source_validator
|
||||
|
Loading…
Reference in New Issue
Block a user