aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/echoBuildBuddyConfig.sh
blob: 7953549ba4302d603043c7160667ee9ab2ae5044 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

if [ -n "${1}" ]; then
  echo "BUILD_BUDDY_CONFIG=--config=ci --remote_header=x-buildbuddy-api-key=${1}";
else
  echo "";
fi