Skip to content
Snippets Groups Projects
Commit cc80103f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: dvcs/dvcs.sh

parent 168ffcea
Branches
No related tags found
No related merge requests found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
#!/bin/bash #!/bin/bash
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export JUGGLER_DETECTOR="topside"
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=100
fi
# only used when running locally (not in CI)
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
export JUGGLER_INSTALL_PREFIX="/usr/local"
fi
# these variables might not need exported. # these variables might not need exported.
export JUGGLER_FILE_NAME_TAG="dvcs" export JUGGLER_FILE_NAME_TAG="dvcs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment