Fix typo in git checkout

This commit is contained in:
cytopia
2020-11-29 09:58:43 +01:00
parent d328e8aa67
commit 9f18603b4d
2 changed files with 2 additions and 2 deletions

View File

@@ -435,7 +435,7 @@ RUN set -eux \
RUN set -eux \
# Installation: Version specific
# Type: GIT extension
&& git clone ttps://github.com/xdebug/xdebug /tmp/xdebug \
&& git clone https://github.com/xdebug/xdebug /tmp/xdebug \
&& cd /tmp/xdebug \
# Custom: Branch
&& git checkout $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1) \

View File

@@ -1158,7 +1158,7 @@ extensions_available:
version: 2.9.8
8.0:
type: git
git_url: ttps://github.com/xdebug/xdebug
git_url: https://github.com/xdebug/xdebug
git_ref: $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1)
configure: --enable-xdebug
8.1: