From c83c1c756415699571c382d58c3ff03881d22ff2 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 25 Mar 2022 16:51:21 +0000 Subject: [PATCH] fix: properly create the directory for the pub credentials Signed-off-by: TheOneWithTheBraid --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56e75539..5dd3cba8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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