Compare commits
No commits in common. "d232c25e2288100de553b8f2eb9c556797cc2cf3" and "41295efee2adfbb3fadde65de3b022961e765749" have entirely different histories.
d232c25e22
...
41295efee2
@ -26,12 +26,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Environment check
|
- name: Environment check
|
||||||
run: |
|
run: |
|
||||||
echo "BUILD_USER: $(whoami)" && echo
|
|
||||||
echo "PWD: $(pwd)" && echo
|
|
||||||
hostnamectl && echo
|
hostnamectl && echo
|
||||||
lscpu && echo
|
|
||||||
env && echo
|
env && echo
|
||||||
docker info && echo
|
whoami && echo
|
||||||
|
pwd && echo
|
||||||
|
tree && echo
|
||||||
|
git log -1 && echo
|
||||||
|
|
||||||
|
|
||||||
Clone-Repo:
|
Clone-Repo:
|
||||||
@ -47,9 +47,6 @@ jobs:
|
|||||||
cd ansible-dev
|
cd ansible-dev
|
||||||
git checkout ${{ env.GITHUB_REF_NAME }}
|
git checkout ${{ env.GITHUB_REF_NAME }}
|
||||||
|
|
||||||
- name: Verify current commit
|
|
||||||
run: cd ansible-dev && git log -1
|
|
||||||
|
|
||||||
|
|
||||||
Build-Images:
|
Build-Images:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
|
|||||||
|
|
||||||
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
||||||
RUN dnf update -y \
|
RUN dnf update -y \
|
||||||
&& dnf install -y python3-pip python3-devel gcc git systemd nodejs tree procps-ng \
|
&& dnf install -y python3-pip git systemd nodejs tree \
|
||||||
&& pip install pip --upgrade \
|
&& pip install pip --upgrade \
|
||||||
&& pip install -r /tmp/requirements.txt
|
&& pip install -r /tmp/requirements.txt
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
|
|||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt dist-upgrade -y \
|
&& apt dist-upgrade -y \
|
||||||
&& apt autoremove --purge -y \
|
&& apt autoremove --purge -y \
|
||||||
&& apt install -y python3-pip git systemd nodejs tree procps \
|
&& apt install -y python3-pip git systemd nodejs tree \
|
||||||
&& pip install pip --upgrade --break-system-packages \
|
&& pip install pip --upgrade --break-system-packages \
|
||||||
&& pip install -r /tmp/requirements.txt --break-system-packages
|
&& pip install -r /tmp/requirements.txt --break-system-packages
|
||||||
|
|
||||||
|
@ -11,10 +11,9 @@ COPY conf/dnf.conf /etc/dnf/dnf.conf
|
|||||||
COPY python/requirements.txt /tmp/requirements.txt
|
COPY python/requirements.txt /tmp/requirements.txt
|
||||||
|
|
||||||
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
|
||||||
RUN dnf update -y \
|
RUN dnf install -y python3-pip python3-devel gcc git systemd nodejs tree \
|
||||||
&& dnf install -y python3-pip python3-devel gcc git systemd nodejs tree procps-ng \
|
&& pip install pip --upgrade \
|
||||||
&& pip install pip --upgrade \
|
&& pip install -r /tmp/requirements.txt
|
||||||
&& pip install -r /tmp/requirements.txt
|
|
||||||
|
|
||||||
COPY ansible/ansible-check.yml /tmp/ansible-check.yml
|
COPY ansible/ansible-check.yml /tmp/ansible-check.yml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user