add empty assets.zip
for placeholder
This commit is contained in:
parent
23bd1389bc
commit
ac78e9db02
3 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN yarn run build && rm -rf build/*.map
|
||||||
|
|
||||||
# build backend
|
# build backend
|
||||||
WORKDIR /cloudreve_builder/Cloudreve
|
WORKDIR /cloudreve_builder/Cloudreve
|
||||||
RUN zip -r assets.zip assets
|
RUN zip -r - assets >assets.zip
|
||||||
RUN tag_name=$(git describe --tags) \
|
RUN tag_name=$(git describe --tags) \
|
||||||
&& export COMMIT_SHA=$(git rev-parse --short HEAD) \
|
&& export COMMIT_SHA=$(git rev-parse --short HEAD) \
|
||||||
&& go build -a -o cloudreve -ldflags " -X 'github.com/HFO4/cloudreve/pkg/conf.BackendVersion=$tag_name' -X 'github.com/HFO4/cloudreve/pkg/conf.LastCommit=$COMMIT_SHA'"
|
&& go build -a -o cloudreve -ldflags " -X 'github.com/HFO4/cloudreve/pkg/conf.BackendVersion=$tag_name' -X 'github.com/HFO4/cloudreve/pkg/conf.LastCommit=$COMMIT_SHA'"
|
||||||
|
|
0
assets.zip
Normal file
0
assets.zip
Normal file
2
build.sh
2
build.sh
|
@ -32,7 +32,7 @@ buildAssets() {
|
||||||
cd build
|
cd build
|
||||||
rm -rf *.map
|
rm -rf *.map
|
||||||
cd $REPO
|
cd $REPO
|
||||||
zip -r assets.zip assets
|
zip -r - assets >assets.zip
|
||||||
}
|
}
|
||||||
|
|
||||||
buildBinary() {
|
buildBinary() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue