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