Skip to content

Commit

Permalink
Install package that contains envsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Nov 19, 2024
1 parent da0dc1e commit f264223
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps:
args:
- bash
- -c
- "echo 'FROM gcr.io/cloud-builders/docker:24.0.6\nRUN apt-get install make\nENTRYPOINT\
- "echo 'FROM gcr.io/cloud-builders/docker:24.0.6\nRUN apt-get install\nRUN apt-get install -y gettext make\nENTRYPOINT\
\ [\"/usr/bin/make\"]' > Dockerfile.build"
waitFor: ['-']
- name: gcr.io/cloud-builders/docker:24.0.6
Expand Down Expand Up @@ -376,9 +376,7 @@ steps:
else
status=$?
outputLog="${waitPids[$pid]}"
# Truncate .log
cluster=${outputLog%.*}
echo "One of the upgrade tests pid $pid from cluster $cluster exited with a non-zero status ${status}."
echo "One of the upgrade tests pid $pid from cluster log $outputLog exited with a non-zero status ${status}."
exit $status
fi
done
Expand Down

0 comments on commit f264223

Please sign in to comment.