Skip to content

Commit e940c13

Browse files
authored
Merge pull request #129 from ChannelFinder/jacomago-patch-1
remove docker image prune
2 parents 9834b94 + 59a3ba9 commit e940c13

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/server.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
python -m pip install --upgrade pip
6565
python -m pip install '.[test]'
6666
python -m pip install .
67-
- name: Clear existing docker image cache
68-
shell: bash
69-
run: docker image prune -af
7067
- name: Test with pytest
7168
run: |
7269
pytest

server/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ downloads/
2727
eggs/
2828
lib/
2929
lib64/
30+
3031
parts/
3132
sdist/
3233
var/

0 commit comments

Comments
 (0)