fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml

This commit is contained in:
Malin Errenst 2022-08-26 11:12:39 +02:00
parent fccc2171fe
commit ec848f5bc3
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ pub-dev:
echo "Missing PUB_DEV_PUBLISH_EXPIRATION environment variable"
exit 1
fi
mkdir -p ~/.pub-cache
cat <<EOF > ~/.pub-cache/credentials.json
{