File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
105
105
jq -r --arg PACKAGE " $package " ' "' \' ' \(.autoload | ."psr-4" | try to_entries[] catch empty | .key[:-1] | sub("\\\\";"\\\\\\";"g"))' \' ' : ' \' ' \($PACKAGE)' \' ' ,"' )
106
106
NAMESPACE_MAP=" $NAMESPACE_MAP \n$NAMESPACES "
107
107
fi ;
108
- done <<< " $(curl --no-progress-meter " https://raw.githubusercontent.com/ibexa/$edition /v $DXP_VERSION /composer.json" | jq .require | grep -E " (ibexa| ezsystems| silversolutions)" )" ;
108
+ done <<< " $(curl --no-progress-meter " https://raw.githubusercontent.com/ibexa/$edition /$GIT_REF /composer.json" | jq .require | grep -E " (ibexa| ezsystems| silversolutions)" )" ;
109
109
if [ " $edition " == " $DXP_EDITION " ]; then
110
110
break ;
111
111
fi ;
You can’t perform that action at this time.
0 commit comments