Skip to content

Commit f96325d

Browse files
authored
fix: rm temporary Dockerfile at the end of script (#6449)
1 parent a1ed42b commit f96325d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rpc-parity-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
IMAGE="ghcr.io/chainsafe/forest:edge-fat"
3131
fi
3232
echo "FROM $IMAGE" > Dockerfile-RPC
33+
trap 'rm -f Dockerfile-RPC' EXIT
3334
export FOREST_DOCKERFILE_OVERRIDE=Dockerfile-RPC
3435
./scripts/tests/api_compare/setup.sh
3536
timeout-minutes: 30

0 commit comments

Comments
 (0)