fix: create missing directory in CI

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-08-20 14:42:57 +02:00
parent 4342997982
commit 811c80f933
1 changed files with 3 additions and 0 deletions

View File

@ -2,7 +2,10 @@
GITLAB_PROJECT_ID="16112282"
# repo directory for build
mkdir fdroid/repo
# ... and for deployment
mkdir repo
git fetch