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:
commit
2a19b02fe0
|
|
@ -121,7 +121,7 @@ pub-dev:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p /root/.pub-cache
|
||||
mkdir -p ~/.config/dart/
|
||||
cp "${PUB_DEV_CREDENTIALS}" ~/.config/dart/pub-credentials.json
|
||||
|
||||
- dart pub get
|
||||
|
|
|
|||
Loading…
Reference in New Issue