[CI/CD] Adding KiAuto snapshot is complex, reverting

This commit is contained in:
Salvador E. Tropea 2023-01-17 17:28:49 -03:00
parent b05c9b3227
commit 25cd54c24c
2 changed files with 14 additions and 10 deletions

View File

@ -12,9 +12,11 @@ RUN dpkg --remove kicost kibot && \
unzip pp.zip && \
pip3 install KiCost-master/ && \
rm -rf KiCost-master pp.zip && \
dpkg --remove kiauto && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
pip3 install KiAuto-master/ && \
rm -rf KiAuto-master/ pp.zip && \
rm -rf /var/lib/apt/lists/*
# kidiff depends on KiAuto
# dpkg --remove kiauto && \
# curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
# unzip pp.zip && \
# pip3 install KiAuto-master/ && \
# rm -rf KiAuto-master/ pp.zip && \

View File

@ -12,9 +12,11 @@ RUN dpkg --remove kicost kibot && \
unzip pp.zip && \
pip3 install KiCost-master/ && \
rm -rf KiCost-master pp.zip && \
dpkg --remove kiauto && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
pip3 install KiAuto-master/ && \
rm -rf KiAuto-master/ pp.zip && \
rm -rf /var/lib/apt/lists/*
# kidiff depends on KiAuto
# dpkg --remove kiauto && \
# curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
# unzip pp.zip && \
# pip3 install KiAuto-master/ && \
# rm -rf KiAuto-master/ pp.zip && \