This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
trigger using unit-tests.cloudbuild.yaml
does not fail on step 2
#753
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: process
A process-related concern. May include testing, release, or the like.
Thanks for stopping by to let us know something could be better!
PLEASE READ: This repository is dedicated to a sample application that uses multiple Google Cloud products. We will only be able to address issues related to this application, not to underlying issues in a client library or one of the products. Please visit the Support page to reach the most relevant engineers.
Problem
Unit tests that run via cloud build using
unit-tests.cloudbuild.yaml
do not fail at step 2 when a token is not retrieved successfully.Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
If a token is not retrieved, the build should fail at step 2.
Step 2 retrieves a token via bash and pipes it to python. It should either pipe only to more bash, or be passed along to another step that will execute the python, if required.
The text was updated successfully, but these errors were encountered: