Browse Source

CI: fix configuration file

Do not delete folder which is lately used...
emacs-27
Leonid Plyushch 6 years ago
parent
commit
35c72eb28f
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      .cirrus.yml

2
.cirrus.yml

@ -43,7 +43,7 @@ build_task:
done
if [ -d ./debs ]; then
# Packages should be available for both cache and downloading.
rm -rf "debs-${TERMUX_ARCH}" debs
rm -rf "debs-${TERMUX_ARCH}"
mv ./debs "cached-debs-${TERMUX_ARCH}"
cp -a "cached-debs-${TERMUX_ARCH}" ./debs
fi

Loading…
Cancel
Save