[CI/CD] Switched to KiAuto master (interposer is now merged)

This commit is contained in:
Salvador E. Tropea 2022-08-10 12:41:18 -03:00
parent 528a58afe1
commit 2f285c6d26
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@ RUN dpkg --remove kicost kibot kiauto && \
unzip pp.zip && \
pip3 install KiCost-master/ && \
rm -rf KiCost-master pp.zip && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/kicad_interposer --output pp.zip && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
pip3 install KiAuto-kicad_interposer/ && \
rm -rf KiAuto-kicad_interposer/ pp.zip && \
pip3 install KiAuto-master/ && \
rm -rf KiAuto-master/ pp.zip && \
apt-get -y remove curl python3-pip unzip python3-setuptools python3-wheel && \
rm -rf /var/lib/apt/lists/*

View File

@ -13,10 +13,10 @@ RUN dpkg --remove kicost kibot kiauto && \
unzip pp.zip && \
pip3 install KiCost-master/ && \
rm -rf KiCost-master pp.zip && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/kicad_interposer --output pp.zip && \
curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
pip3 install KiAuto-kicad_interposer/ && \
rm -rf KiAuto-kicad_interposer/ pp.zip && \
pip3 install KiAuto-master/ && \
rm -rf KiAuto-master/ pp.zip && \
apt-get -y remove curl python3-pip unzip python3-setuptools python3-wheel && \
rm -rf /var/lib/apt/lists/*