You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# REPO_ACCESS=https://github_id:[email protected]/LF-Engineering/dev-analytics-api - use dynamic fixture fetching from repo instead of hardcoded in data.zip
if [ -z "${DOCKER_USER}" ]
then
echo "$0: you need to set docker user via DOCKER_USER=username"
exit 2
fi
if [ -z "${BRANCH}" ]
then
echo "$0: you need to set dev-analytics-branch via BRANCH=commit_SHA"