[SKIP CI] debug
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Robert Kaussow 2020-02-20 20:33:28 +01:00
parent f381b55d90
commit c03ddc6c69
1 changed files with 6 additions and 5 deletions

View File

@ -8,6 +8,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
ARG ANSIBLE_VERSION=2.9.0
ARG MOLECULE_VERSION=latest
ARG TEST="${MOLECULE_VERSION}"
ENV PY_COLORS=1 \
USER=root \
@ -20,11 +21,11 @@ RUN apk add --update --no-cache --virtual .build-deps gcc make libffi-dev musl-d
apk add --update --no-cache git openssh-client && \
# Required to fix hcloud dependency:
# hcloud 1.6.3 has requirement requests<2.23,>=2.20, but you'll have requests 2.23.0
echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \
pip install -qq --upgrade --no-cache-dir pip setuptools requests~=2.22.0 && \
pip install -qq --no-cache-dir ansible~="$ANSIBLE_VERSION" && \
echo "Installing requirements ..." && \
echo "$MOLECULE_VERSION" && \
# echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \
# pip install -qq --upgrade --no-cache-dir pip setuptools requests~=2.22.0 && \
# pip install -qq --no-cache-dir ansible~="$ANSIBLE_VERSION" && \
# echo "Installing requirements ..." && \
echo "$TEST" && \
MOLECULE_VERSION="${MOLECULE_VERSION#v}" && \
MOLECULE_MAJOR="${MOLECULE_VERSION%%.*}" && \
echo "$MOLECULE_VERSION" && \