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 a409c8f commit de0b0d3Copy full SHA for de0b0d3
scripts/run_integration_tests.sh
@@ -24,6 +24,12 @@ script_utc_start_time=$(date -u +"%Y%m%dT%H%M%S")
24
25
mismatch_found=false
26
27
+if [ -z "$AWS_SECRET_ACCESS_KEY" ]; then
28
+ echo "No AWS credentials were found in the environment."
29
+ echo "Note that only Datadog employees can run these integration tests."
30
+ exit 1
31
+fi
32
+
33
if [ -z "$DD_API_KEY" ]; then
34
echo "No DD_API_KEY env var set, exiting"
35
exit 1
0 commit comments