Fix build error

This commit is contained in:
cytopia
2018-07-22 20:54:05 +02:00
parent d84cc5708c
commit 329e7bf2ec
9 changed files with 9 additions and 18 deletions

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -103,8 +103,7 @@ RUN set -x \
# composer # composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# ansible # ansible
&& pip install --upgrade pip \ && pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
\ \
# awesomeci # awesomeci

View File

@@ -150,8 +150,7 @@ software_available:
check: ansible --version | grep -E '^ansible [.0-9]+$' check: ansible --version | grep -E '^ansible [.0-9]+$'
all: all:
command: | command: |
pip install --upgrade pip \ pip install --upgrade setuptools \
&& pip install --upgrade setuptools \
&& pip install ansible \ && pip install ansible \
awesomeci: awesomeci:
check: | check: |