Skip to content

Fix ci dirs

Matthias Larisch requested to merge fix-ci-dirs into master

Closes foodsharing-dev/issues0#265

What does this MR do?

Switch mkdirs script to use exec instead of run, so directories can also be created in CI. This needs a running container as prerequesit, so in start and test scripts, mkdirs is executed at a later stage.

How confident are you it won't break things if deployed?

scripts/start as well as ci work, so I assume no other effect.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Nick Sellen

Merge request reports