Skip to content

Commit

Permalink
WIP: reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jan 14, 2025
1 parent fa70935 commit 5cea5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,11 @@ jobs:

- name: Install dev. dependencies
run: |-
apt-get update
apt-get install -y git python3-poetry --no-install-recommends
sudo apt-get update
sudo apt-get install -y git python3-poetry --no-install-recommends
poetry install --only package
- name: Verify that Dockerfile is produced from template
- name: Verify that the Dockerfile matches the commited template and params
run: |-
poetry run jinja2 Dockerfile.in Dockerfile.env > out
diff Dockerfile out
Expand Down

0 comments on commit 5cea5e1

Please sign in to comment.