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
d27d7e71
Commit
d27d7e71
authored
Nov 24, 2015
by
Matthieu Muffato
Browse files
The "http" protocol is not allowed on the VM. Use "git" instead
parent
6b341935
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
guihive-deploy.sh
guihive-deploy.sh
+2
-2
No files found.
guihive-deploy.sh
View file @
d27d7e71
#!/bin/sh
GUIHIVE_URL
=
'
http
://www.github.com/Ensembl/guiHive'
EHIVE_URL
=
'
http
://www.github.com/Ensembl/ensembl-hive'
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