fix: inexers: fix bug in ci app

This commit is contained in:
DavHau 2022-09-12 12:38:00 +02:00
parent e0eefe6d08
commit 26083c3a2e

View File

@ -104,7 +104,7 @@ in rec {
flakeLock=$(cat flake.lock)
set -x
git fetch origin data || :
git checkout origin/data || :
git checkout -f origin/data || :
git branch -D data || :
git checkout -b data
# the flake should always be the one from the current main branch