File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
rm -rf $CACHEDIR /* .build
27
27
28
28
# Keep new changes to tests related files
29
- git diff --no-color /tmp/workdir/.busted /tmp/workdir/src/HeadlessWrapper.lua /tmp/workdir/spec/ > /tmp/patch && \
29
+ git diff --no-color origin/dev -- /tmp/workdir/.busted /tmp/workdir/src/HeadlessWrapper.lua /tmp/workdir/spec/ > /tmp/patch && \
30
30
git reset --hard origin/dev && git clean -fd && git apply --allow-empty /tmp/patch && \
31
31
cat /tmp/workdir/spec/builds.txt | dos2unix | parallel --will-cite --ungroup --pipe -N50 ' LINKSBATCH="$(mktemp){#}"; cat > $LINKSBATCH; BUILDLINKS="$LINKSBATCH" BUILDCACHEPREFIX="$CACHEDIR" busted --lua=luajit -r generate' && \
32
32
BUILDCACHEPREFIX=" $CACHEDIR " busted --lua=luajit -r generate && date > " $CACHEDIR /$devref " && echo " [+] Build cache computed for $devref (devref)" || exit $?
You can’t perform that action at this time.
0 commit comments