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
378a1e2b
Commit
378a1e2b
authored
Mar 07, 2016
by
Leo Gordon
Browse files
more flexibility in setting the origin of eHive code
parent
b25792fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
guihive-deploy.sh
guihive-deploy.sh
+4
-2
No files found.
guihive-deploy.sh
View file @
378a1e2b
#!/bin/sh
#!/bin/bash
EHIVE_DEFAULT_URL
=
'git://www.github.com/Ensembl/ensembl-hive'
EHIVE_URL
=
${
EHIVE_URL
:-
$EHIVE_DEFAULT_URL
}
GUIHIVE_URL
=
'git://www.github.com/Ensembl/guiHive'
EHIVE_URL
=
'git://www.github.com/Ensembl/ensembl-hive'
DEPLOY_LOCATION
=
"
$(
dirname
"
$0
"
)
"
EHIVE_CLONE_LOCATION
=
"
${
DEPLOY_LOCATION
}
/clones/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