Skip to content

Commit

Permalink
allow service-tests to run without vasr (#2851)
Browse files Browse the repository at this point in the history
Co-authored-by: Julia Bardi <[email protected]>
  • Loading branch information
michel-laterman and juliaElastic authored Jul 31, 2023
1 parent bdc39e3 commit 32b533b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.service-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
ENVIRONMENT: ${ENVIRONMENT?}
ENVIRONMENT: ${ENVIRONMENT}

steps:
- label: ":grey_question: Trigger Tests for ${ENVIRONMENT}"
Expand All @@ -13,4 +13,4 @@ steps:
YAML
else
echo "No pipeline was defined at $TEST_PIPELINE. There is nothing to do here..."
fi
fi

0 comments on commit 32b533b

Please sign in to comment.