Merge pull request #3162 from quay/fix-config-app-certs-install

Override config directory in certs install script in config app
This commit is contained in:
Sam Chow 2018-07-18 17:23:50 -04:00 committed by GitHub
commit 45853deef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -e
QUAYPATH=${QUAYPATH:-"."}
QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf/stack"}
QUAYCONFIG="$QUAYCONF/stack"
QUAYCONFIG=${QUAYCONFIG:-"$QUAYCONF/stack"}
cd ${QUAYDIR:-"/quay-registry"}