From ec018b592dd546eab9387b736a75ebe947a9b27d Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 3 Apr 2022 23:26:50 -0700 Subject: [PATCH] remove unnecessary after_script section --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.30.2