Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added export in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Potts committed Mar 30, 2017
1 parent 9035aaf commit 1904e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build_scripts/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ popd >/dev/null

#source "$HOME/.sdkman/bin/sdkman-init.sh"
#sdk use grails $GRAILS_VERSION
export OSSIM_MAVEN_PROXY="https://artifacts.radiantbluecloud.com/artifactory/ossim-deps"

pushd $OMAR_HOME >/dev/null

Expand Down
1 change: 0 additions & 1 deletion build_scripts/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ else
echo "******OMAR SETUP ERROR: Environment variable GRAILS_VERSION must be set"
exit 1
fi
export OSSIM_MAVEN_PROXY="https://artifacts.radiantbluecloud.com/artifactory/ossim-deps"

#if [ ! -z "$GRADLE_VERSION" ]; then
# if [ ! -d "$HOME/.sdkman/gradle/$GRADLE_VERSION" ]; then
Expand Down

0 comments on commit 1904e2c

Please sign in to comment.