File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -216,11 +216,16 @@ class DockerTool:
216216 return
217217 version , bldnum = self .version .split ('-' )
218218 if self .product == "sync-gateway" :
219+ sgw_filename = (
220+ f"couchbase-{ self .product } -{ self .edition } _{ version } "
221+ f"-{ bldnum } _@@ARCH@@.deb"
222+ )
219223 self .add_templateoverrides ([
220- "SGW_PACKAGE=http://latestbuilds.service.couchbase.com/builds/"
224+ "SYNC_GATEWAY_PACKAGE_URL="
225+ "http://latestbuilds.service.couchbase.com/builds/"
221226 f"latestbuilds/{ self .product .replace ('-' ,'_' )} /{ version } /"
222- f"{ bldnum } /couchbase- { self . product } - { self . edition } _ { version } "
223- f"- { bldnum } _@@ARCH@@.deb "
227+ f"{ bldnum } /{ sgw_filename } " ,
228+ f"SYNC_GATEWAY_PACKAGE_FILENAME= { sgw_filename } "
224229 ])
225230 else :
226231 self .add_templateoverrides ([
You can’t perform that action at this time.
0 commit comments