fix: properly create the directory for the pub credentials
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
2b301981f2
commit
c83c1c7564
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue