Skip to content

use jinja templating to remove distro specific cases in entrypoint.sh #73

use jinja templating to remove distro specific cases in entrypoint.sh

use jinja templating to remove distro specific cases in entrypoint.sh #73

Workflow file for this run

name: Jinja CI
on:
pull_request:
paths:
- generate_dockerfiles.py
- test_generate_dockerfiles.py
branches: [ main ]
permissions:
contents: read
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: "3.x"
- name: Install dependencies
run: "pip3 install -r requirements.txt"
- name: Run tests
run: "python3 test_generate_dockerfiles.py"