Skip to content

Commit 56f8fb0

Browse files
committed
update: try build with webapp patch on 5.14 backend
1 parent 8766776 commit 56f8fb0

2 files changed

Lines changed: 2 additions & 42 deletions

File tree

.github/workflows/offline.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,6 @@ jobs:
3232
echo ::set-output name=UPLOAD_NAME::$GITHUB_SHA
3333
# echo ::set-output name=UPLOAD_NAME::${SOURCE_TAG:-$GITHUB_SHA}
3434
35-
# min profile build
36-
- name: Process the min profile build
37-
run: ./offline/min-build/build.sh
38-
env:
39-
GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}'
40-
DOCKER_LOGIN: '${{ secrets.DOCKER_LOGIN }}'
41-
42-
- name: Copy min build assets tarball to S3
43-
run: |
44-
# Upload tarball for each profile by specifying their OUTPUT_TAR path
45-
aws s3 cp offline/min-build/output/assets.tgz s3://public.wire.com/artifacts/wire-server-deploy-static-min-${{ steps.upload_name.outputs.UPLOAD_NAME }}.tgz
46-
echo "Uploaded to: https://s3-$AWS_REGION.amazonaws.com/public.wire.com/artifacts/wire-server-deploy-static-min-${{ steps.upload_name.outputs.UPLOAD_NAME }}.tgz"
47-
# remove the archives from the build to optimize the space on the server
48-
rm -rf offline/min-build/output/*
49-
env:
50-
AWS_ACCESS_KEY_ID: '${{ secrets.AWS_ACCESS_KEY_ID }}'
51-
AWS_SECRET_ACCESS_KEY: '${{ secrets.AWS_SECRET_ACCESS_KEY }}'
52-
AWS_REGION: "eu-west-1"
53-
5435
# deafult profile build
5536
- name: Process the default profile build
5637
run: ./offline/default-build/build.sh
@@ -64,28 +45,7 @@ jobs:
6445
aws s3 cp offline/default-build/output/assets.tgz s3://public.wire.com/artifacts/wire-server-deploy-static-${{ steps.upload_name.outputs.UPLOAD_NAME }}.tgz
6546
echo "Uploaded to: https://s3-$AWS_REGION.amazonaws.com/public.wire.com/artifacts/wire-server-deploy-static-${{ steps.upload_name.outputs.UPLOAD_NAME }}.tgz"
6647
# remove the archives from the build to optimize the space on the server
67-
rm offline/default-build/output/containers-helm.tar
68-
env:
69-
AWS_ACCESS_KEY_ID: '${{ secrets.AWS_ACCESS_KEY_ID }}'
70-
AWS_SECRET_ACCESS_KEY: '${{ secrets.AWS_SECRET_ACCESS_KEY }}'
71-
AWS_REGION: "eu-west-1"
72-
73-
# demo profile build
74-
- name: Process the demo profile build
75-
run: ./offline/demo-build/build.sh
76-
env:
77-
GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}'
78-
DOCKER_LOGIN: '${{ secrets.DOCKER_LOGIN }}'
79-
80-
- name: Copy demo build assets tarball to S3 and clean up
81-
run: |
82-
# Upload tarball for each profile by specifying their OUTPUT_TAR path
83-
aws s3 cp offline/demo-build/output/assets.tgz s3://public.wire.com/artifacts/wire-server-deploy-static-demo-${{ steps.upload_name.outputs.UPLOAD_NAME }}.tgz
84-
echo "Uploaded to: https://s3-$AWS_REGION.amazonaws.com/public.wire.com/artifacts/wire-server-deploy-static-demo-${{ steps.upload_name.outputs.UPLOAD_NAME }}.tgz"
85-
# remove the assets from the build to optimize the space on the server
86-
rm -rf offline/demo-build/output/*
87-
# removing everything except assets.tgz as it is not required anymore in the further builds
88-
find offline/default-build/output/ -mindepth 1 -maxdepth 1 ! -name 'assets.tgz' -exec rm -r {} +
48+
# rm offline/default-build/output/containers-helm.tar
8949
env:
9050
AWS_ACCESS_KEY_ID: '${{ secrets.AWS_ACCESS_KEY_ID }}'
9151
AWS_SECRET_ACCESS_KEY: '${{ secrets.AWS_SECRET_ACCESS_KEY }}'

offline/tasks/proc_pull_charts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ pull_charts() {
8383
echo "Pulling charts done."
8484
}
8585

86-
wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/refs/heads/q2-2025/build.json"
86+
wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/0ed27ef439f741d1e7313af69349c7bba8f7047b/build.json"
8787
wire_build_chart_release "$wire_build" | pull_charts

0 commit comments

Comments
 (0)