File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,7 @@ app.listen(port, () => {
29
29
// [END run_helloworld_service]
30
30
// [END cloudrun_helloworld_service]
31
31
32
+ // Hello
33
+
32
34
// Exports for testing purposes.
33
35
export default app ;
Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ describe('End-to-End Tests', () => {
82
82
} ) ;
83
83
84
84
after ( ( ) => {
85
- let cleanUpCmd =
85
+ /* let cleanUpCmd =
86
86
`gcloud builds submit --project ${GOOGLE_CLOUD_PROJECT} ` +
87
87
'--config ./test/e2e_test_cleanup.yaml ' +
88
88
`--substitutions _SERVICE=${SERVICE_NAME},_PLATFORM=${PLATFORM},_REGION=${REGION}`;
89
89
if (SAMPLE_VERSION) cleanUpCmd += `,_VERSION=${SAMPLE_VERSION}`;
90
90
91
- execSync ( cleanUpCmd ) ;
91
+ execSync(cleanUpCmd);*/
92
92
} ) ;
93
93
94
94
it ( 'Service uses the NAME override' , async ( ) => {
You can’t perform that action at this time.
0 commit comments