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
ensembl-gh-mirror
guiHive
Commits
291947a0
Commit
291947a0
authored
Jul 10, 2017
by
Matthieu Muffato
Browse files
DEPLOY_LOCATION can be defined externally
parent
05a739d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
guihive-deploy.sh
guihive-deploy.sh
+3
-1
No files found.
guihive-deploy.sh
View file @
291947a0
#!/bin/bash
DEPLOY_LOCATION
=
"
$(
dirname
"
$0
"
)
"
DEFAULT_DEPLOY_LOCATION
=
"
$(
dirname
"
$0
"
)
"
DEPLOY_LOCATION
=
${
DEPLOY_LOCATION
:-
$DEFAULT_DEPLOY_LOCATION
}
EHIVE_CLONE_LOCATION
=
"
${
DEPLOY_LOCATION
}
/clones/ensembl-hive"
GUIHIVE_CLONE_LOCATION
=
"
${
DEPLOY_LOCATION
}
/clones/guiHive"
EHIVE_VERSIONS_DIR
=
"
${
DEPLOY_LOCATION
}
"
/ensembl-hive
...
...
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