Skip to content

Commit effda5a

Browse files
committed
use bash to utilize alias commands
1 parent f0ae449 commit effda5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- id: api_python
33
name: python:3.7
4-
entrypoint: /bin/sh
4+
entrypoint: /bin/bash
55
args:
66
- -c
77
- "./run_tests.sh -p"

0 commit comments

Comments
 (0)