Skip to content

Commit

Permalink
skip python build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 23, 2024
1 parent cc25a51 commit 9f44336
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion custom/testing/systemd-amazonlinux-2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,20 @@ RUN <<EOF
wget https://packages.broadcom.com/artifactory/saltproject-generic/onedir/3007.1/salt-3007.1-onedir-linux-$ARCH.tar.xz
tar xf salt-3007.1-onedir-linux-$ARCH.tar.xz

./salt/salt-call --local --pillar-root=/golden-pillar-tree --file-root=/golden-state-tree state.apply python
# ./salt/salt-call --local --pillar-root=/golden-pillar-tree --file-root=/golden-state-tree state.apply python

<<<<<<< Updated upstream
rm -rf salt
rm -rf salt-3007.1-onedir-linux-$ARCH.tar.xz
rm -rf golden-pillar-tree
rm -rf golden-state-tree
rm -rf /tmp/*
=======
# rm -rf salt
# rm -rf salt-3007.1-onedir-linux-$ARCH.tar.xz
# rm -rf golden-pillar-tree
# rm -rf golden-state-tree
>>>>>>> Stashed changes

mv /usr/bin/tail /usr/bin/tail.real
EOF
Expand Down

0 comments on commit 9f44336

Please sign in to comment.