mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 22:39:01 +00:00
4
.github/workflows/hacking.yml
vendored
4
.github/workflows/hacking.yml
vendored
@@ -11,9 +11,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "hello worold"
|
echo "hello worold"
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y docker git
|
sudo apt-get install -y curl git
|
||||||
echo "still?"
|
echo "still?"
|
||||||
git clone https://github.com/kata-containers/packaging
|
git clone https://github.com/kata-containers/packaging
|
||||||
cd packaging
|
cd packaging
|
||||||
echo `pwd`
|
echo `pwd`
|
||||||
echo "done...."
|
echo "done...."
|
||||||
|
curl -fsSL https://get.docker.com | bash
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user