do we need 2.4 anymore? Looks like it is not longer compatible with this version of ansible-lint...
This commit is contained in:
20
.github/workflows/pre-commit.yml
vendored
20
.github/workflows/pre-commit.yml
vendored
@@ -14,13 +14,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: ./.github/workflows/run-pc.sh
|
- run: ./.github/workflows/run-pc.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
pre-commit-24:
|
# pre-commit-24:
|
||||||
container:
|
# container:
|
||||||
image: quay.io/ansible-product-demos/apd-ee-24
|
# image: quay.io/ansible-product-demos/apd-ee-24
|
||||||
options: --user root
|
# options: --user root
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- run: USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh
|
# - run: USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh
|
||||||
shell: bash
|
# shell: bash
|
||||||
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user