mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update patches in Linux build.
This commit is contained in:
parent
4abc68ab1c
commit
0e428aebdb
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ FROM builder AS patches
|
||||||
RUN git init patches \
|
RUN git init patches \
|
||||||
&& cd patches \
|
&& cd patches \
|
||||||
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
||||||
&& git fetch --depth=1 origin b8390aef3db43f973486c6e512f4e825ffd09691 \
|
&& git fetch --depth=1 origin 75140a10eefcecaad7b3f3aa4586b880a39007ff \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
|
|
|
@ -168,7 +168,7 @@ parts:
|
||||||
patches:
|
patches:
|
||||||
source: https://github.com/desktop-app/patches.git
|
source: https://github.com/desktop-app/patches.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-commit: b8390aef3db43f973486c6e512f4e825ffd09691
|
source-commit: 75140a10eefcecaad7b3f3aa4586b880a39007ff
|
||||||
plugin: dump
|
plugin: dump
|
||||||
override-pull: |
|
override-pull: |
|
||||||
craftctl default
|
craftctl default
|
||||||
|
|
Loading…
Add table
Reference in a new issue