Skip to content
Snippets Groups Projects
Commit b4e632c8 authored by Jason Hiser's avatar Jason Hiser
Browse files

fixed cicd_support path

parent 144be5ed
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,7 +5,7 @@ before_script:
- "# boiler plate"
- "export CICD_SUPPORT_DIR=/tmp/cicd_support"
- "export CICD_TO_TEST_DIR=$(pwd)"
- "cd $(dirname $CICD_SUPPORT_DIR); if [[ ! -d $(basename CICD_SUPPORT_DIR) ]]; then git clone ${CICD_SERVER_PREFIX}allnp/cicd_support.git $(basename CICD_SUPPORT_DIR); fi"
- "cd $(dirname $CICD_SUPPORT_DIR); if [[ ! -d $(basename CICD_SUPPORT_DIR) ]]; then git clone ${CICD_SERVER_PREFIX}allnp/cicd_support.git $(basename $CICD_SUPPORT_DIR); fi"
- "cd /tmp/cicd_support; git pull ; source set_env; source cicd_support.shinc"
- "# grab this modules submodules, as committed on the branch"
- "git submodule sync --recursive "
......
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