This commit is contained in:
Louis Abel 2021-07-07 19:58:50 -07:00
parent 5d8541fc10
commit 3cd78ce359
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,8 @@
# Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2
# Source common variables
# shellcheck disable=SC2046,1091,1090
export RLVER=8
# shellcheck disable=SC2046,1091,1090
source "$(dirname "$0")/common"
echo "** Updating source repos"

View File

@ -1,5 +1,6 @@
#!/bin/bash
# tests that the variables work
# shellcheck disable=SC1090
source "$(dirname "$0")/common"
echo "${RELEASE_DIR}"
echo "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"