Skip to content

Commit

Permalink
REVERTME - DEBUG only - use my own stacker for stacker-push-action
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 5, 2023
1 parent b4cda0d commit c706fcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/setup-host.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ sudo pip install virt-firmware
wget -O ~/bin/stacker --progress=dot:mega http://hallyn.com:55589/stacker
chmod 755 ~/bin/stacker

### DELME - this is for testing only
mkdir -p /home/runner/actions-runner/_work/_tool/stacker/1.0.0-rc6/x64
cp ~/bin/stacker /home/runner/actions-runner/_work/_tool/stacker/1.0.0-rc6/x64/stacker
### end DELME

wget -O ~/bin/skopeo --progress=dot:mega https://github.com/project-machine/tools/releases/download/v0.0.1/skopeo
chmod 755 ~/bin/skopeo
sudo cp -f ~/bin/skopeo /usr/bin/skopeo
Expand Down

0 comments on commit c706fcc

Please sign in to comment.