Sign in
android
/
platform
/
external
/
jazzer-api
/
HEAD
/
.
/
.github
/
scripts
/
echoBuildBuddyConfig.sh
blob: 7953549ba4302d603043c7160667ee9ab2ae5044 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
if
[
-
n
"${1}"
];
then
echo
"BUILD_BUDDY_CONFIG=--config=ci --remote_header=x-buildbuddy-api-key=${1}"
;
else
echo
""
;
fi