mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Update patches revision.
This commit is contained in:
@@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries
|
||||
WORKDIR $LibrariesPath
|
||||
|
||||
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
|
||||
|
||||
|
@@ -274,7 +274,7 @@ def runStages():
|
||||
stage('patches', """
|
||||
git clone https://github.com/desktop-app/patches.git
|
||||
cd patches
|
||||
git checkout 975d6fbf1b
|
||||
git checkout 1e7de78121
|
||||
""")
|
||||
|
||||
stage('depot_tools', """
|
||||
|
Reference in New Issue
Block a user