Skip to content

Commit

Permalink
replace git by https
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 11, 2022
1 parent e22186d commit 1b10fd7
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 1b10fd7

Please sign in to comment.