forked from sig_core/toolkit
fixes
This commit is contained in:
parent
5d8541fc10
commit
3cd78ce359
@ -12,8 +12,8 @@
|
|||||||
# Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2
|
# Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2
|
||||||
|
|
||||||
# Source common variables
|
# Source common variables
|
||||||
# shellcheck disable=SC2046,1091,1090
|
|
||||||
export RLVER=8
|
export RLVER=8
|
||||||
|
# shellcheck disable=SC2046,1091,1090
|
||||||
source "$(dirname "$0")/common"
|
source "$(dirname "$0")/common"
|
||||||
|
|
||||||
echo "** Updating source repos"
|
echo "** Updating source repos"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# tests that the variables work
|
# tests that the variables work
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$(dirname "$0")/common"
|
source "$(dirname "$0")/common"
|
||||||
echo "${RELEASE_DIR}"
|
echo "${RELEASE_DIR}"
|
||||||
echo "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"
|
echo "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"
|
||||||
|
Loading…
Reference in New Issue
Block a user