Skip to content

Commit b02e48f

Browse files
committed
cleanup
1 parent f54030e commit b02e48f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Checkout the latest code
2828
id: git_checkout
2929
uses: actions/checkout@v3
30+
31+
# Could run a `docker system prune here to clean up a little extra space, ~4-5GB
32+
3033
- name: Build bitcoin integration testing image
3134
id: build_docker_image
3235
env:
@@ -35,24 +38,13 @@ jobs:
3538
run: |
3639
rm .dockerignore
3740
docker build -f ./.github/actions/bitcoin-int-tests/Dockerfile.generic.bitcoin-tests -t stacks-blockchain:integrations .
38-
- name: Pre clean diskfree
39-
run: |
40-
df -h
4141
4242
- name: Free Disk Space (Ubuntu)
4343
uses: jlumbroso/free-disk-space@main
4444
with:
4545
tool-cache: true
4646
docker-images: false
4747

48-
- name: Post clean diskfree
49-
run: |
50-
df -h
51-
52-
- name: Docker image sizes
53-
run: |
54-
docker images
55-
5648
- name: Export docker image as tarball
5749
id: export_docker_image
5850
run: docker save -o integration-image.tar stacks-blockchain:integrations

0 commit comments

Comments
 (0)