Merge branch 'nico/fix-publish-pipeline' into 'main'

fix: properly create the directory for the pub credentials

See merge request famedly/company/frontend/famedlysdk!992
This commit is contained in:
The one with the Braid 2022-03-25 20:43:32 +00:00
commit 2a19b02fe0
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ pub-dev:
exit 1 exit 1
fi fi
mkdir -p /root/.pub-cache mkdir -p ~/.config/dart/
cp "${PUB_DEV_CREDENTIALS}" ~/.config/dart/pub-credentials.json cp "${PUB_DEV_CREDENTIALS}" ~/.config/dart/pub-credentials.json
- dart pub get - dart pub get