mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 18:42:22 +02:00
Set explicit step ID
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
af82ce6cda
commit
5b721518fa
5
.github/workflows/update-sdk.yaml
vendored
5
.github/workflows/update-sdk.yaml
vendored
@ -48,6 +48,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare machine
|
- name: Prepare machine
|
||||||
|
id: step1
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
@ -63,11 +64,13 @@ jobs:
|
|||||||
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
id: step2
|
||||||
with:
|
with:
|
||||||
path: scripts
|
path: scripts
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set environment
|
- name: Set environment
|
||||||
|
id: step3
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ -n "${{ github.event.inputs.source_sdk_version }}" ] ; then
|
if [ -n "${{ github.event.inputs.source_sdk_version }}" ] ; then
|
||||||
@ -78,6 +81,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build an updated SDK container
|
- name: Build an updated SDK container
|
||||||
|
id: step4
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
@ -119,6 +123,7 @@ jobs:
|
|||||||
./update_sdk_container_image "${target_version}"
|
./update_sdk_container_image "${target_version}"
|
||||||
|
|
||||||
- name: Upload the SDK container and binary packages to bincache
|
- name: Upload the SDK container and binary packages to bincache
|
||||||
|
id: step5
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user