UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f20c592e authored by Micah Nagel's avatar Micah Nagel Committed by Kim Vierczhalek
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 000d3e3f
No related branches found
No related tags found
1 merge request!1041Resolve "Flux Install Script - Directory Bug"
Pipeline #543954 failed
......@@ -6,8 +6,8 @@ trap 'echo exit at ${0}:${LINENO}, command was: ${BASH_COMMAND} 1>&2' ERR
#
# global defaults
#
FLUX_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
FLUX_KUSTOMIZATION="$(find "${FLUX_DIR}/../" -type d -name 'flux')"
FLUX_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
FLUX_KUSTOMIZATION="${FLUX_SCRIPT_DIR}/../base/flux"
REGISTRY_URL=registry1.dso.mil
FLUX_SECRET=private-registry
WAIT_TIMEOUT=300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment