mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update patches revision.
This commit is contained in:
parent
374e3238ad
commit
f135ece841
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries
|
||||||
WORKDIR $LibrariesPath
|
WORKDIR $LibrariesPath
|
||||||
|
|
||||||
FROM builder AS patches
|
FROM builder AS patches
|
||||||
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 98dace00f0
|
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 1e7de78121
|
||||||
|
|
||||||
FROM builder AS extra-cmake-modules
|
FROM builder AS extra-cmake-modules
|
||||||
|
|
||||||
|
|
|
@ -274,7 +274,7 @@ def runStages():
|
||||||
stage('patches', """
|
stage('patches', """
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 975d6fbf1b
|
git checkout 1e7de78121
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
|
Loading…
Add table
Reference in a new issue