mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Update patches on Linux
This commit is contained in:
parent
8e6d23ddd6
commit
5b257293eb
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,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 61bbacab28d377d0a2771cc87e008554e2f23ffb \
|
||||
&& git fetch --depth=1 origin fb35ec726cf0a99eead201ddf80e1e717b9fa7c2 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ parts:
|
|||
patches:
|
||||
source: https://github.com/desktop-app/patches.git
|
||||
source-depth: 1
|
||||
source-commit: 61bbacab28d377d0a2771cc87e008554e2f23ffb
|
||||
source-commit: fb35ec726cf0a99eead201ddf80e1e717b9fa7c2
|
||||
plugin: dump
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
|
Loading…
Add table
Reference in a new issue