Skip to content

Commit

Permalink
Merge pull request #2210 from jburel/git_protocol
Browse files Browse the repository at this point in the history
replace git by https
  • Loading branch information
sbesson authored Jan 11, 2022
2 parents e22186d + b866190 commit 345eab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
cd ..
WORKSPACE=$(pwd)
echo "space="${WORKSPACE} >> $GITHUB_ENV
git clone git://github.com/ome/openmicroscopy OMERO.server
git clone git://github.com/ome/omeroweb-install
git clone git://github.com/ome/omero-install
git clone https://github.com/ome/openmicroscopy OMERO.server
git clone https://github.com/ome/omeroweb-install
git clone https://github.com/ome/omero-install
- name: Build OMERO.server
run: |
cd $space/OMERO.server
Expand Down
2 changes: 1 addition & 1 deletion omero/sysadmins/unix/server-install-homebrew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Locally built server

#. Clone the source code from the project's GitHub account to build locally::

$ git clone --recursive git://github.com/ome/openmicroscopy
$ git clone --recursive https://github.com/ome/openmicroscopy

#. Navigate terminal into the :file:`openmicroscopy` that was just created by performing
the previous step::
Expand Down

0 comments on commit 345eab4

Please sign in to comment.