File tree Expand file tree Collapse file tree
build/ansible/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156156# -------------------- composer --------------------
157157 && COMPOSER_1_VERSION="latest-1.x" \
158158&& COMPOSER_2_VERSION="latest-2.x" \
159- && COMPOSER_2_VERSION="" \
160159 \
161160 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162161&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156156# -------------------- composer --------------------
157157 && COMPOSER_1_VERSION="latest-1.x" \
158158&& COMPOSER_2_VERSION="latest-2.x" \
159- && COMPOSER_2_VERSION="" \
160159 \
161160 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162161&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156156# -------------------- composer --------------------
157157 && COMPOSER_1_VERSION="latest-1.x" \
158158&& COMPOSER_2_VERSION="latest-2.x" \
159- && COMPOSER_2_VERSION="" \
160159 \
161160 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162161&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156156# -------------------- composer --------------------
157157 && COMPOSER_1_VERSION="latest-1.x" \
158158&& COMPOSER_2_VERSION="latest-2.x" \
159- && COMPOSER_2_VERSION="" \
160159 \
161160 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162161&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156156# -------------------- composer --------------------
157157 && COMPOSER_1_VERSION="latest-1.x" \
158158&& COMPOSER_2_VERSION="latest-2.x" \
159- && COMPOSER_2_VERSION="" \
160159 \
161160 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162161&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156156# -------------------- composer --------------------
157157 && COMPOSER_1_VERSION="latest-1.x" \
158158&& COMPOSER_2_VERSION="latest-2.x" \
159- && COMPOSER_2_VERSION="" \
160159 \
161160 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162161&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
Original file line number Diff line number Diff line change @@ -463,7 +463,6 @@ software_available:
463463 pre : |
464464 COMPOSER_1_VERSION="latest-1.x" \
465465 && COMPOSER_2_VERSION="latest-2.x" \
466- && COMPOSER_2_VERSION="" \
467466 command : |
468467 curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
469468 && curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_2_VERSION}/composer.phar" > /usr/local/bin/composer-2 \
You can’t perform that action at this time.
0 commit comments