This commit is contained in:
parent
6f78461ea2
commit
fdba8c675e
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue