File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 2525 - git submodule update --init --recursive
2626 - name : Build Hestia package and install
2727 commands :
28- - npm ci --ignore-scripts
29- - npm run build
3028 - ./src/hst_autocompile.sh --hestia --install '~localsrc'
3129 - name : Reset Web templates
3230 commands :
8381 - git submodule update --init --recursive
8482 - name : Build Hestia package install
8583 commands :
86- - npm ci --ignore-scripts
87- - npm run build
8884 - ./src/hst_autocompile.sh --hestia --install '~localsrc'
8985 - name : Reset Web templates
9086 commands :
@@ -137,7 +133,7 @@ steps:
137133 image : debian:bullseye
138134 commands :
139135 - ln -snf /etc/localtime && echo CET > /etc/timezone
140- - ./src/hst_autocompile.sh --dontinstalldeps --hestia --debug --cross --noinstall --keepbuild --debug '~localsrc'
136+ - ./src/hst_autocompile.sh --dontinstalldeps --hestia --debug --cross --noinstall --keepbuild '~localsrc'
141137 - mkdir -p ./hestia/
142138 - mv /tmp/hestiacp-src/deb/*.deb ./hestia/
143139 - name : Upload
You can’t perform that action at this time.
0 commit comments