Skip to content

Commit

Permalink
simplify pipeline dependency with an env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 2, 2023
1 parent 877ce7f commit f5ab7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ jobs:
vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
slack-channel: "#apm-agent-go"
script: scripts/ci/bench.sh
environments:
GO_VERSION=stable
2 changes: 2 additions & 0 deletions scripts/ci/bench.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -exo pipefail

export GO_VERSION=stable

## Buildkite specific configuration
if [ "$CI" == "true" ] ; then
export GO111MODULE=on
Expand Down

0 comments on commit f5ab7b4

Please sign in to comment.