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
Tejas Parikh b35986d764
Added app-sre ci pipleline scripts and Makefile targets
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-11-14 10:53:22 -05:00

8 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