Skip to content

Commit

Permalink
Fix OS_NAME for Trigger_Docker job in CD
Browse files Browse the repository at this point in the history
In commit 2321717, OS_NAME was introduced to build_definition
in order to support jammy + focal.
The Trigger_Docker job was not updated and was to expecting to run on OS_NAME=linux
for which there is now line anymore and thus no possibility to trigger
  • Loading branch information
rgaudin committed Dec 20, 2024
1 parent 575a556 commit 234dd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
runs-on: ubuntu-22.04
env:
COMPILE_CONFIG: native_static
OS_NAME: linux
OS_NAME: focal
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 234dd5f

Please sign in to comment.