Skip to content

Commit

Permalink
Clean all the images already present in the image given by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 8, 2022
1 parent 65098d1 commit 69b8244
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Continuous integration

on:
Expand All @@ -23,6 +22,7 @@ jobs:

steps:
# Versions
- run: docker system prune --all --force
- run: docker --version
- run: docker system prune --all --volumes --force
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-310.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: Rebuild

on:
schedule:
- cron: '30 2 * * *'
- cron: 30 2 * * *

jobs:
main:
Expand All @@ -19,6 +18,7 @@ jobs:
- '3.10'

steps:
- run: docker system prune --all --force
- uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: Rebuild

on:
schedule:
- cron: '30 2 * * *'
- cron: 30 2 * * *

jobs:
main:
Expand All @@ -23,6 +22,7 @@ jobs:
- '3.26'

steps:
- run: docker system prune --all --force
- run: docker system prune --all --volumes --force

- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/acceptance_tests/junitxml/
/node_modules
/.github/changelog-generator-cache
2 changes: 1 addition & 1 deletion acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ authors = []
python = ">=3.10,<3.11"

[tool.poetry.dev-dependencies]
c2cwsgiutils = {extras = ["standard"], version = "==5.1.0"}
c2cwsgiutils = { extras = ["standard"], version = "==5.1.0" }
pytest = "==7.1.2"

0 comments on commit 69b8244

Please sign in to comment.