mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Update patches on Linux
This commit is contained in:
parent
587b07a648
commit
c678973119
2 changed files with 2 additions and 2 deletions
|
@ -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 7b8f30b787691a325d17e20ddd455e87738e7432 \
|
||||
&& git fetch --depth=1 origin 174d6e51435e6eab0596904f9fba80a927ef4177 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
|
|
@ -168,7 +168,7 @@ parts:
|
|||
patches:
|
||||
source: https://github.com/desktop-app/patches.git
|
||||
source-depth: 1
|
||||
source-commit: 7b8f30b787691a325d17e20ddd455e87738e7432
|
||||
source-commit: 174d6e51435e6eab0596904f9fba80a927ef4177
|
||||
plugin: dump
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
|
Loading…
Add table
Reference in a new issue