This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/scripts/app_sre_pr_check.sh

9 lines
127 B
Bash
Executable File

#!/bin/bash
set -exv
BASE_IMG="quay"
IMG="${BASE_IMG}:latest"
BUILD_CMD="docker build" IMG="$IMG" make app-sre-docker-build