Missed a few references to rtyler/codevalet-builder

This commit is contained in:
R. Tyler Croy 2017-12-21 21:10:59 -08:00
parent 54339e3c91
commit 9542329d76
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
3 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ builder: Dockerfile.builder
docker build -t ${IMAGE_PREFIX}-$@ -f Dockerfile.$@ .
master: Dockerfile build/git-refs.txt agent-templates proxy
docker build -t ${IMAGE_PREFIX}-$@ .
docker build -t ${IMAGE_PREFIX} .
proxy:
$(MAKE) -C proxy container

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
BUILDER_CONTAINER="rtyler/codevalet-builder"
BUILDER_CONTAINER="codevalet/master-builder"
if [ "${1}" = "" ]; then
echo "The path to a plugin must be passed as the first argument";

View File

@ -4,7 +4,6 @@ BUILD_DIR=$PWD/build
REPOS_DIR=$BUILD_DIR/repos
SCRIPTS_DIR=$(realpath $(dirname $0))
PLUGINS_OUTPUT_DIR=$BUILD_DIR/plugins
BUILDER_CONTAINER="rtyler/codevalet-builder"
PATH=${SCRIPTS_DIR}:$PATH
mkdir -p $REPOS_DIR