Skip to content

Commit b9efb7b

Browse files
committed
Fix composer install
1 parent f9a5db2 commit b9efb7b

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Dockerfiles/work/Dockerfile-7.2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Dockerfiles/work/Dockerfile-7.3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Dockerfiles/work/Dockerfile-7.4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Dockerfiles/work/Dockerfile-8.0

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Dockerfiles/work/Dockerfile-8.1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Dockerfiles/work/Dockerfile-8.2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

build/ansible/group_vars/all/work.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)