From 0ae0d9ada80a2ab91f4e1075ecd4b87fe36e4723 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Mon, 8 Jan 2024 18:16:37 +0800 Subject: [PATCH] Using format_spec_file and source_validator Signed-off-by: Alex Lau (AvengerMoJo) --- .gitea/workflows/obs-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index e3bada83..6075dcaa 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -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