fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml
This commit is contained in:
parent
fccc2171fe
commit
ec848f5bc3
|
|
@ -85,6 +85,8 @@ pub-dev:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p ~/.pub-cache
|
||||
|
||||
cat <<EOF > ~/.pub-cache/credentials.json
|
||||
{
|
||||
"accessToken":"$(echo "${PUB_DEV_PUBLISH_ACCESS_TOKEN}" | base64 -d)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue