Skip to content

Commit 329e7bf

Browse files
committed
Fix build error
1 parent d84cc57 commit 329e7bf

File tree

9 files changed

+9
-18
lines changed

9 files changed

+9
-18
lines changed

Dockerfiles/work/Dockerfile-5.3

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-5.4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-5.5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-5.6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-7.0

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-7.1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-7.2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

Dockerfiles/work/Dockerfile-7.3

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ RUN set -x \
103103
# composer
104104
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
105105
# ansible
106-
&& pip install --upgrade pip \
107-
&& pip install --upgrade setuptools \
106+
&& pip install --upgrade setuptools \
108107
&& pip install ansible \
109108
\
110109
# awesomeci

build/ansible/group_vars/all.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ software_available:
150150
check: ansible --version | grep -E '^ansible [.0-9]+$'
151151
all:
152152
command: |
153-
pip install --upgrade pip \
154-
&& pip install --upgrade setuptools \
153+
pip install --upgrade setuptools \
155154
&& pip install ansible \
156155
awesomeci:
157156
check: |

0 commit comments

Comments
 (0)