Skip to content

Commit

Permalink
use bash to utilize alias commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdanw committed Dec 10, 2022
1 parent f0ae449 commit effda5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- id: api_python
name: python:3.7
entrypoint: /bin/sh
entrypoint: /bin/bash
args:
- -c
- "./run_tests.sh -p"

0 comments on commit effda5a

Please sign in to comment.