You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`git rev-parse failed with output: ${revOut.stderr&&revOut.stderr.toString()}`);
128
+
}
129
+
tsRev=revOut.stdout.toString().trim();
123
130
cls.exec("docker",["build",".","-t","typescript/typescript"],{cwd: Harness.IO.getWorkspaceRoot()});// cached because workspace is hashed to determine cacheability
124
131
});
125
132
for(consttestoftestList){
126
133
constdirectory=typeoftest==="string" ? test : test.file;
cls.exec("docker",["build","--no-cache",".","-t",imageName],{ cwd });// --no-cache so the latest version of the repos referenced is always fetched
137
+
cls.exec("docker",["build","--no-cache",".","-t",imageName,"--build-arg",`TS_SHA=${tsRev}`],{ cwd });// --no-cache so the latest version of the repos referenced is always fetched
0 commit comments