Skip to content

Commit

Permalink
remove duplicate config
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jan 25, 2024
1 parent a72d659 commit 6ef31f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/automation-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,8 @@ jobs:
run: |
decoded_toml=$(echo $BASE64_CONFIG_OVERRIDE | base64 -d)
if [ -n "$PYROSCOPE_SERVER" ]; then
pyroscope_enabled=true
else
pyroscope_enabled=false
fi
# use Pyroscope config from GH secrets and merge it with base64 input
cat << EOF > config.toml
[Pyroscope]
enabled=$pyroscope_enabled
server_url="$PYROSCOPE_SERVER"
environment="$PYROSCOPE_ENVIRONMENT"
key="$PYROSCOPE_KEY"
Expand Down

0 comments on commit 6ef31f3

Please sign in to comment.