mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
More linux debugging
This commit is contained in:
parent
62040848a8
commit
78b4b24b42
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
|
@ -28,7 +28,9 @@ jobs:
|
|||
name: ${{ matrix.instance }}
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/saltstack/salt-ci-containers/testing:${{ inputs.distro-slug }}
|
||||
$trgt_version = echo "${{ inputs.display-name }}" | awk -F ' ' '{print $2}'
|
||||
$trgt_slug = echo "${{ inputs.distro-slug}}" | awk -F '-' '{print $1}'
|
||||
image: ghcr.io/saltstack/salt-ci-containers/testing:$trgt_slug-$trgt_version
|
||||
|
||||
timeout-minutes: ${{ inputs.timeout }}
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue