fix: create missing directory in CI
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
812769232b
commit
4df5181339
1 changed files with 3 additions and 0 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
GITLAB_PROJECT_ID="16112282"
|
||||
|
||||
# repo directory for build
|
||||
mkdir fdroid/repo
|
||||
# ... and for deployment
|
||||
mkdir repo
|
||||
|
||||
git fetch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue