Fix OS_NAME for Trigger_Docker job in CD

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
This commit is contained in:
rgaudin 2024-12-20 07:35:03 +00:00
parent 575a556412
commit 234dd5f096
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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