File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ def generateNativeStage(platform) {
298298 // deleteDir is OK here because we're not inside of a Docker container!
299299 deleteDir()
300300 unstash ' tarball'
301- powershell( script : " git clone https://github.com/apache /couchdb-glazier" , label : ' Cloning couchdb-glazier repository' )
301+ powershell( script : " git clone https://github.com/pgj /couchdb-glazier -b support-clouseau-3.x " , label : ' Cloning couchdb-glazier repository' )
302302 powershell( script : " New-Item -ItemType Directory -Path '${ platform} /build' -Force" , label : ' Create build directories' )
303303 powershell( script : " tar -xf (Get-Item apache-couchdb-*.tar.gz) -C '${ platform} /build' --strip-components=1" , label : ' Unpack release' )
304304 dir( " ${ platform} /build" ) {
You can’t perform that action at this time.
0 commit comments