From 2aec2a0d4b17a16271abc3dddc525b29663dbbc0 Mon Sep 17 00:00:00 2001 From: michel-laterman Date: Fri, 28 Jul 2023 11:59:27 -0700 Subject: [PATCH] allow service-tests to run without vasr --- .buildkite/pipeline.service-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.service-tests.yml b/.buildkite/pipeline.service-tests.yml index 5da0da7d7..f1d454a8b 100644 --- a/.buildkite/pipeline.service-tests.yml +++ b/.buildkite/pipeline.service-tests.yml @@ -1,5 +1,5 @@ env: - ENVIRONMENT: ${ENVIRONMENT?} + ENVIRONMENT: ${ENVIRONMENT} steps: - label: ":grey_question: Trigger Tests for ${ENVIRONMENT}" @@ -13,4 +13,4 @@ steps: YAML else echo "No pipeline was defined at $TEST_PIPELINE. There is nothing to do here..." - fi \ No newline at end of file + fi