Fix publish ARCH error (#1862)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-12-27 12:29:04 -03:00 committed by GitHub
parent f732b4ea2f
commit 8d8276fa30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,11 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ $# -eq "1" ]
then
export ARCH=$1
fi
source $DIR/common.sh
echo "Login to quay.io..."