mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 16:03:03 +02:00
Update patches
This commit is contained in:
parent
f1d3a946d5
commit
9ec27aad53
3 changed files with 3 additions and 3 deletions
|
@ -91,7 +91,7 @@ FROM builder AS patches
|
|||
RUN git init patches \
|
||||
&& cd patches \
|
||||
&& git remote add origin https://github.com/desktop-app/patches.git \
|
||||
&& git fetch --depth=1 origin a405719f0963abf7cb93354a390617c0f0d90f17 \
|
||||
&& git fetch --depth=1 origin 1ffcb17817a2cab167061d530703842395291e69 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git
|
||||
|
||||
|
|
|
@ -456,7 +456,7 @@ if customRunCommand:
|
|||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout a405719f0963abf7cb93354a390617c0f0d90f17
|
||||
git checkout 1ffcb17817a2cab167061d530703842395291e69
|
||||
""")
|
||||
|
||||
stage('msys64', """
|
||||
|
|
|
@ -164,7 +164,7 @@ parts:
|
|||
patches:
|
||||
source: https://github.com/desktop-app/patches.git
|
||||
source-depth: 1
|
||||
source-commit: a405719f0963abf7cb93354a390617c0f0d90f17
|
||||
source-commit: 1ffcb17817a2cab167061d530703842395291e69
|
||||
plugin: dump
|
||||
override-pull: |
|
||||
craftctl default
|
||||
|
|
Loading…
Add table
Reference in a new issue