mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update patches & lib_base
This commit is contained in:
parent
001b055ee8
commit
1d7dbc4d17
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,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 b85bc8bb1ba866dfa3d1ee983dc642fa6ccff12a \
|
&& git fetch --depth=1 origin 7b8f30b787691a325d17e20ddd455e87738e7432 \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 66d8f07caa7d6ff0b57f2aec1cfb38eade5a8e55
|
Subproject commit f95154033c670cf786fce82b005abde8a5d3922f
|
|
@ -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: b85bc8bb1ba866dfa3d1ee983dc642fa6ccff12a
|
source-commit: 7b8f30b787691a325d17e20ddd455e87738e7432
|
||||||
plugin: dump
|
plugin: dump
|
||||||
override-pull: |
|
override-pull: |
|
||||||
craftctl default
|
craftctl default
|
||||||
|
|
Loading…
Add table
Reference in a new issue