Skip to content

Commit

Permalink
Replace forbidden characters in BUILD variable
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Dec 7, 2023
1 parent c0a624b commit 0fc7f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
--param-file SCENARIO_DEFINITIONS_YAML=scenario-definitions.yaml
DISTRI=openQA VERSION=Tumbleweed FLAVOR=dev ARCH=x86_64
HDD_1=opensuse-Tumbleweed-x86_64-${{ steps.latest_build.outputs.build }}[email protected]
BUILD="$GH_REPO.git#$GH_REF" _GROUP_ID="0"
BUILD="$(tr '/' ':' <<<"$GH_REPO")#$GH_REF" _GROUP_ID="0"
CASEDIR="$GITHUB_SERVER_URL/$GH_REPO.git#$GH_REF"

0 comments on commit 0fc7f38

Please sign in to comment.