We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0623982 commit 3c90333Copy full SHA for 3c90333
run/markdown-preview/editor/test/system.test.js
@@ -41,6 +41,7 @@ describe('End-to-End Tests', () => {
41
'--config ../renderer/test/e2e_test_setup.yaml ' +
42
`--substitutions _SERVICE=renderer-${SERVICE_NAME},_REGION=${REGION}`;
43
if (SAMPLE_VERSION) buildRendererCmd += `,_VERSION=${SAMPLE_VERSION}`;
44
+ if (SERVICE_ACCOUNT) buildRendererCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
45
46
console.log('Starting Cloud Build for Renderer service...');
47
execSync(buildRendererCmd, {cwd: '../renderer'});
0 commit comments