From e23cc93ff401dfc7851f26ba6460452e0366d405 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Wed, 12 Jul 2023 09:19:36 -0700 Subject: [PATCH] removing commented line --- .github/workflows/bitcoin-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bitcoin-tests.yml b/.github/workflows/bitcoin-tests.yml index 8a99371eb5..889759b863 100644 --- a/.github/workflows/bitcoin-tests.yml +++ b/.github/workflows/bitcoin-tests.yml @@ -47,7 +47,6 @@ jobs: - name: Export docker image as tarball id: export_docker_image - # run: docker save -o integration-image.tar stacks-blockchain:integrations run: docker save stacks-blockchain:integrations | gzip > integration-image.tar.gz - name: Upload built docker image