Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Autobuild for 7.13.0,branch 7.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthiede committed Jun 21, 2024
1 parent b26be3a commit 1f2a1df
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
sources:
- https://git.sr.ht/~elagost/signal-desktop-builder
environment:
VERSION: "7.12.0"
VERSION: "7.13.0"
secrets:
- 07d27e19-a690-46d1-9f0a-4d391f5968b8
- 07e0c486-ee68-4149-a12e-fa082897aefc
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: build deb
shell: bash
env:
VERSION: "7.12.0"
VERSION: "7.13.0"
run: |
set -x
echo "Version is: $VERSION"
Expand Down Expand Up @@ -89,14 +89,14 @@ jobs:
rsync -z ~/signal.flatpak server:/var/www/htdocs/elagost.com/flatpak/
- name: clean up images for self-hosted runner
env:
VERSION: "7.12.0"
VERSION: "7.13.0"
shell: bash
run: |
podman container rm signal-desktop-${{ env.VERSION }}
podman image rm localhost/signal-desktop-image-${{ env.VERSION }}:latest
- name: Upload release artifacts
env:
VERSION: "7.12.0"
VERSION: "7.13.0"
uses: AButler/[email protected]
with:
release-tag: ${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# other CI build files.

variables:
VERSION: "7.12.0"
VERSION: "7.13.0"

before_script:
- shopt -s expand_aliases
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY signal-buildscript.sh /
RUN chmod +x /signal-buildscript.sh

# Clone signal
RUN git clone https://github.com/signalapp/Signal-Desktop -b 7.12.x
RUN git clone https://github.com/signalapp/Signal-Desktop -b 7.13.x
COPY patches/0001-Remove-no-sandbox-patch.patch /
COPY patches/0001-Remove-stories-icon.patch /
COPY patches/0001-Minimize-gutter-on-small-screens.patch /
Expand Down
2 changes: 1 addition & 1 deletion autobuild.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.12.0
v7.13.0
2 changes: 1 addition & 1 deletion org.signal.Signal.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</screenshot>
</screenshots>
<releases>
<release version="7.12.0" date="2024-06-13"/>
<release version="7.13.0" date="2024-06-21"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down

0 comments on commit 1f2a1df

Please sign in to comment.