mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
.github: Fix syntax error
This commit is contained in:
parent
12bf11ad05
commit
527d174b50
2
.github/workflows/mantle-releases-main.yml
vendored
2
.github/workflows/mantle-releases-main.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
if [ ${{ matrix.branch }} = "main" ]; then
|
||||
echo ::set-output name=BRANCH::main
|
||||
elif [[ ${{ matrix.branch }} = 'lts-old'; then
|
||||
elif [[ ${{ matrix.branch }} = 'lts-old' ]]; then
|
||||
echo ::set-output name=BRANCH::flatcar-lts-2605
|
||||
else
|
||||
major=$(curl -sSL https://${{ matrix.branch }}.release.flatcar-linux.net/amd64-usr/current/version.txt | awk -F= '/FLATCAR_BUILD=/{ print $2 }')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user