From b78665255a9bc0c5f7e3c20c8b561adc1f5b1795 Mon Sep 17 00:00:00 2001 From: Lev Date: Sat, 30 Oct 2021 15:07:11 +0300 Subject: [PATCH] update --- .github/scripts/install-deps-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install-deps-and-test.sh b/.github/scripts/install-deps-and-test.sh index 26b8449e..39d5e0f1 100755 --- a/.github/scripts/install-deps-and-test.sh +++ b/.github/scripts/install-deps-and-test.sh @@ -8,4 +8,4 @@ sudo apt-get install -y w3m ./tests/docker-test.sh # This is done to not to rebuild images in the next step -git reset --hard @{u} \ No newline at end of file +git clean -fdx \ No newline at end of file