fix upload to sharepoint
This commit is contained in:
parent
131730de51
commit
5b3ea317c9
|
@ -134,7 +134,7 @@ jobs:
|
|||
sudo chown $USER:$GROUPS /workdir
|
||||
if [ "${{ env.DELETE_USELESS_FILES }}" == true ]
|
||||
then
|
||||
docker rmi $(docker images -q)
|
||||
docker rmi node:12-alpine node:14-alpine node:16-alpine alpine:3.12 alpine:3.13 alpine:3.14 moby/buildkit:latest node:16 node:12 node:14 ubuntu:20.04 buildpack-deps:stretch buildpack-deps:buster buildpack-deps:bullseye debian:9 debian:10 debian:11 ubuntu:18.04 ubuntu:16.04
|
||||
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php
|
||||
sudo -E apt-get -y autoremove --purge
|
||||
sudo -E apt-get clean
|
||||
|
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
sudo chown $USER:$GROUPS /workdir
|
||||
if [ "${{ env.DELETE_USELESS_FILES }}" == true ]
|
||||
then
|
||||
docker rmi $(docker images -q)
|
||||
docker rmi node:12-alpine node:14-alpine node:16-alpine alpine:3.12 alpine:3.13 alpine:3.14 moby/buildkit:latest node:16 node:12 node:14 ubuntu:20.04 buildpack-deps:stretch buildpack-deps:buster buildpack-deps:bullseye debian:9 debian:10 debian:11 ubuntu:18.04 ubuntu:16.04
|
||||
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php
|
||||
sudo -E apt-get -y autoremove --purge
|
||||
sudo -E apt-get clean
|
||||
|
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
sudo chown $USER:$GROUPS /workdir
|
||||
if [ "${{ env.DELETE_USELESS_FILES }}" == true ]
|
||||
then
|
||||
docker rmi $(docker images -q)
|
||||
docker rmi node:12-alpine node:14-alpine node:16-alpine alpine:3.12 alpine:3.13 alpine:3.14 moby/buildkit:latest node:16 node:12 node:14 ubuntu:20.04 buildpack-deps:stretch buildpack-deps:buster buildpack-deps:bullseye debian:9 debian:10 debian:11 ubuntu:18.04 ubuntu:16.04
|
||||
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php
|
||||
sudo -E apt-get -y autoremove --purge
|
||||
sudo -E apt-get clean
|
||||
|
|
|
@ -129,11 +129,7 @@ CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y
|
|||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Simple_Obfs=y
|
||||
|
||||
# disale samba3.6 for samba4
|
||||
# CONFIG_PACKAGE_luci-app-samba is not set
|
||||
CONFIG_PACKAGE_luci-app-samba4=y
|
||||
|
||||
CONFIG_PACKAGE_luci-app-samba=y
|
||||
CONFIG_PACKAGE_luci-app-sqm=y
|
||||
CONFIG_PACKAGE_luci-app-shutdown=y
|
||||
CONFIG_PACKAGE_luci-app-ssrserver-python=y
|
||||
|
@ -170,10 +166,7 @@ CONFIG_PACKAGE_luci-theme-netgear=y
|
|||
|
||||
# Appliciations
|
||||
CONFIG_PACKAGE_adb=y
|
||||
|
||||
# disale samba3.6 for samba4
|
||||
# CONFIG_PACKAGE_autosamba is not set
|
||||
# CONFIG_PACKAGE_samba36-server is not set
|
||||
CONFIG_PACKAGE_autosamba=y
|
||||
CONFIG_PACKAGE_bind-dig=y
|
||||
CONFIG_PACKAGE_bash=y
|
||||
CONFIG_PACKAGE_curl=y
|
||||
|
|
Loading…
Reference in New Issue