remove unnecessary after_script section
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 4 Apr 2022 06:26:50 +0000 (23:26 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 4 Apr 2022 06:26:50 +0000 (23:26 -0700)
.gitlab-ci.yml

index 64b19190c31d6837ff455f2cd9a0cbc65b6f4228..1643b9ae7b52930edf9ed5307d98b8c4577f1bc2 100644 (file)
@@ -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