Fix utils.sh location (#8819)

This commit is contained in:
Jukka Kurkela 2021-04-04 16:19:22 +03:00 committed by GitHub
parent c6d43bbbc5
commit da9d12ee45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -e
source utils.sh
source ./scripts/utils.sh
TARGET_DIR='gh-pages'
TARGET_BRANCH='master'

View File

@ -2,7 +2,7 @@
set -e
source utils.sh
source ./scripts/utils.sh
VERSION=$1
MODE=$2