actions: distclean
Some checks failed
/ build-and-publish (push) Failing after 53m23s

This commit is contained in:
hayzam 2024-11-13 19:43:52 +00:00
parent 6f78461ea2
commit fdba8c675e

View file

@ -59,13 +59,12 @@ jobs:
- name: Build
run: |
cd /opt/difos
rm -f .config
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make distclean -j4
./scripts/feeds update -a
./scripts/feeds install -a
rm -f .config
cp -rf configs/dmsbg100.config .config
make defconfig
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make dirclean -j4
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make download -j4
FORCE_UNSAFE_CONFIGURE=1 CONFIG_TARGET_ROOTFS_INITRAMFS=n make -j4
@ -89,4 +88,4 @@ jobs:
# curl -L -X POST -H 'Content-Type: multipart/form-data' -F "file=@$sdFile" https://$PORTAL_ENDPOINT/software/upload/sd/$ENVIRONMENT/${{ env.PORTAL_API_KEY }}
echo "Would have uploaded $sdFile to portal"
# curl -L -X POST -H 'Content-Type: multipart/form-data' -F "file=@$sqFile" https://$PORTAL_ENDPOINT/software/upload/sysupgrade/$ENVIRONMENT/${{ env.PORTAL_API_KEY }}
echo "Would have uploaded $sqFile to portal"
echo "Would have uploaded $sqFile to portal"