Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Follow branch name for fia release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 27, 2019
1 parent 26cf9bb commit 4a9052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Perl/Scripts/load-perl-environment
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ -n "${APPVEYOR_REPO_TAG_NAME}" ]; then
declare -r fusinv_agent_release="${APPVEYOR_REPO_TAG_NAME}"
elif [ -n "${APPVEYOR_REPO_BRANCH}" ]; then
declare -r fusinv_agent_commit="develop"
declare -r fusinv_agent_release="2.4.x"
declare -r fusinv_agent_release="${APPVEYOR_REPO_BRANCH}"
declare -r TYPE="development"
elif [ -n "${FIA_RELEASE}" ]; then
declare -r fusinv_agent_release="${FIA_RELEASE}"
Expand Down

0 comments on commit 4a9052f

Please sign in to comment.