#!/usr/bin/bash set -e git clone --branch ${BRANCH} ${REPOSITORY} /app/repo cd /app/repo make run