Prepare 0.1.17.5 release

This commit is contained in:
2022-02-26 15:30:16 +01:00
parent 651722b935
commit 510675622b
7 changed files with 15 additions and 10 deletions

View File

@@ -5,8 +5,6 @@ set -eux
. "$( cd "$(dirname "$0")" ; pwd -P )/../ghcup_env"
mkdir -p "$CI_PROJECT_DIR"/.local/bin
mkdir -p data/
git clone https://github.com/haskell/ghcup-metadata.git data/metadata
CI_PROJECT_DIR=$(pwd)