Fix another crash on context loss.

This commit is contained in:
John Preston 2022-04-01 10:12:41 +04:00
parent f6559c01e4
commit 6716c08306

View file

@ -400,7 +400,7 @@ if customRunCommand:
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 43c34f586a git checkout 292cb42fe1
""") """)
stage('depot_tools', """ stage('depot_tools', """