diff --git a/sync/prep-staging-8.sh b/sync/prep-staging-8.sh index 380d8e3..90cbb7d 100644 --- a/sync/prep-staging-8.sh +++ b/sync/prep-staging-8.sh @@ -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" diff --git a/sync/test.sh b/sync/test.sh index 81845d4..876a040 100644 --- a/sync/test.sh +++ b/sync/test.sh @@ -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}"