Skip to content

Commit

Permalink
Update patches on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed Apr 5, 2024
1 parent 85cf999 commit b092e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM builder AS patches
RUN git init patches \
&& cd patches \
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
&& git fetch --depth=1 origin 174d6e51435e6eab0596904f9fba80a927ef4177 \
&& git fetch --depth=1 origin 1fef4b342a3124a37d6730af2553c2bb3e21d6c1 \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ parts:
patches:
source: https://github.com/desktop-app/patches.git
source-depth: 1
source-commit: 174d6e51435e6eab0596904f9fba80a927ef4177
source-commit: 1fef4b342a3124a37d6730af2553c2bb3e21d6c1
plugin: dump
override-pull: |
craftctl default
Expand Down

0 comments on commit b092e8b

Please sign in to comment.