Add scripts and tasks to publish docs to github pages
This commit is contained in:
parent
bad526bd54
commit
212f8bf73a
6 changed files with 73 additions and 15 deletions
|
|
@ -16,6 +16,11 @@
|
|||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
if [ "$COMPONENT" == "docs" ]; then
|
||||
echo "Skipping because we are publishing docs"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ $# -eq "1" ]
|
||||
then
|
||||
export ARCH=$1
|
||||
|
|
@ -26,11 +31,6 @@ source $DIR/common.sh
|
|||
echo "Login to quay.io..."
|
||||
docker login --username=$QUAY_USERNAME --password=$QUAY_PASSWORD quay.io >/dev/null 2>&1
|
||||
|
||||
if [ $# -eq "1" ]
|
||||
then
|
||||
export ARCH=$1
|
||||
fi
|
||||
|
||||
case "$COMPONENT" in
|
||||
"ingress-controller")
|
||||
$DIR/ingress-controller.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue