Skip to content

Commit

Permalink
Fix merge wart
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 23, 2024
1 parent 9f44336 commit ad0ee11
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions custom/testing/systemd-amazonlinux-2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,11 @@ RUN <<EOF

# ./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
# rm -rf /tmp/*

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

0 comments on commit ad0ee11

Please sign in to comment.