patch osc commnad without osc_checkout script
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 12m15s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2024-01-07 00:17:29 +08:00
parent b1aa3d5493
commit b855ed884f
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -5,7 +5,7 @@ on:
branches: [ factory ]
jobs:
osc_job:
runs-on: registry_bci
runs-on: osc_patch_label
name: opensuse osc custom container checkout test
steps:
- name: Checkout the repo code
@ -16,10 +16,12 @@ jobs:
- name: Using OBS checkout
with:
osc_user: 'alexlau'
osc_cred: 'osc.credentials.PlaintextConfigFileCredentialsManager'
osc_path: 'home:alexlau:branches:Base:System'
osc_package: 'bash'
osc_action: 'buildlog'
env: # Or as an environment variable
osc_pass: ${{ secrets.OSCPASS }}
run: |
/usr/bin/osc_checkout "$env(INPUT_OSC_PATH)" "$env(INPUT_OSC_PACKAGE)"
OSC_USERNAME="$env(INPUT_OSC_USER)" OSC_CREDENTIALS_MGR_CLASS="$env(INPUT_OSC_CRED)" OSC_PASSWORD="$evn(osc_pass)" osc checkout "$env(INPUT_OSC_PATH)" "$env(INPUT_OSC_PACKAGE)"