We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4a6b2 commit 820d0e9Copy full SHA for 820d0e9
.buildkite/run-serverless-tests.sh
@@ -10,6 +10,8 @@ export RUBY_VERSION=${RUBY_VERSION:-3.4}
10
export BUILDKITE=${BUILDKITE:-false}
11
export TRANSPORT_VERSION=${TRANSPORT_VERSION:-8}
12
13
+echo -e "--- Buildkite: ${BUILDKITE}"
14
+
15
if [[ -z $EC_PROJECT_PREFIX ]]; then
16
echo -e "\033[31;1mERROR:\033[0m Required environment variable [EC_PROJECT_PREFIX] not set\033[0m"
17
exit 1
0 commit comments