From: Jacob Lifshay Date: Mon, 4 Apr 2022 06:26:50 +0000 (-0700) Subject: remove unnecessary after_script section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec018b592dd546eab9387b736a75ebe947a9b27d;p=nmigen-gf.git remove unnecessary after_script section --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64b1919..1643b9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,9 +45,6 @@ build: - ccache --zero-stats || true - ccache --show-stats || true - python3 -m pip install --user pytest-xdist - after_script: - - export CCACHE_DIR="$PWD/ccache" - - ccache --show-stats script: - git clone --depth 1 https://github.com/YosysHQ/yosys.git yosys - pushd yosys