File tree Expand file tree Collapse file tree 7 files changed +0
-7
lines changed
build/ansible/group_vars/all Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ RUN set -eux \
156
156
# -------------------- composer --------------------
157
157
&& COMPOSER_1_VERSION="latest-1.x" \
158
158
&& COMPOSER_2_VERSION="latest-2.x" \
159
- && COMPOSER_2_VERSION="" \
160
159
\
161
160
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162
161
&& 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 \
156
156
# -------------------- composer --------------------
157
157
&& COMPOSER_1_VERSION="latest-1.x" \
158
158
&& COMPOSER_2_VERSION="latest-2.x" \
159
- && COMPOSER_2_VERSION="" \
160
159
\
161
160
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162
161
&& 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 \
156
156
# -------------------- composer --------------------
157
157
&& COMPOSER_1_VERSION="latest-1.x" \
158
158
&& COMPOSER_2_VERSION="latest-2.x" \
159
- && COMPOSER_2_VERSION="" \
160
159
\
161
160
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162
161
&& 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 \
156
156
# -------------------- composer --------------------
157
157
&& COMPOSER_1_VERSION="latest-1.x" \
158
158
&& COMPOSER_2_VERSION="latest-2.x" \
159
- && COMPOSER_2_VERSION="" \
160
159
\
161
160
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162
161
&& 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 \
156
156
# -------------------- composer --------------------
157
157
&& COMPOSER_1_VERSION="latest-1.x" \
158
158
&& COMPOSER_2_VERSION="latest-2.x" \
159
- && COMPOSER_2_VERSION="" \
160
159
\
161
160
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162
161
&& 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 \
156
156
# -------------------- composer --------------------
157
157
&& COMPOSER_1_VERSION="latest-1.x" \
158
158
&& COMPOSER_2_VERSION="latest-2.x" \
159
- && COMPOSER_2_VERSION="" \
160
159
\
161
160
&& curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
162
161
&& 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:
463
463
pre : |
464
464
COMPOSER_1_VERSION="latest-1.x" \
465
465
&& COMPOSER_2_VERSION="latest-2.x" \
466
- && COMPOSER_2_VERSION="" \
467
466
command : |
468
467
curl -sS -L --fail "https://getcomposer.org/download/${COMPOSER_1_VERSION}/composer.phar" > /usr/local/bin/composer-1 \
469
468
&& 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