Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
d86839fb
Commit
d86839fb
authored
Dec 20, 2018
by
Jens Kroeger
Browse files
etc/setup_lxplus.sh: export path-to-corry here, not in .gitlab...
parent
ab7d3095
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.d/init_x86_64.sh
View file @
d86839fb
...
...
@@ -109,9 +109,3 @@ export PATH="$Doxygen_HOME:$PATH"
export
Git_HOME
=
${
CLICREPO
}
/software/git/2.13.2/
${
BUILD_FLAVOUR
}
export
PATH
=
${
Git_HOME
}
/bin:
${
PATH
}
#--------------------------------------------------------------------------------
# Corryvreckan itself
#--------------------------------------------------------------------------------
CORRY_PATH
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
;
pwd
-P
)
/../bin
export
PATH
=
$PATH
:
$CORRY_PATH
etc/setup_lxplus.sh
View file @
d86839fb
...
...
@@ -8,3 +8,7 @@ ABSOLUTE_PATH=`dirname $(readlink -f ${BASH_SOURCE[0]})`
# Load default configuration
source
$ABSOLUTE_PATH
/../.gitlab-ci.d/init_x86_64.sh
# Add <path-to-corryvreckan> to PATH
CORRY_PATH
=
$(
cd
"
$ABSOLUTE_PATH
/../bin"
;
pwd
-P
)
export
PATH
=
$CORRY_PATH
:
$PATH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment