Files
kata-containers/.github/workflows/hacking.yml
Eric Ernst 8618218b01 do this on push!
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-09-20 14:21:45 -07:00

20 lines
572 B
YAML

# When a release page is published, start the release artifact process
on: push
name: Build, Test, and Publish kata-deploy
jobs:
# create image and upload to release page (can we get branch information from release tag?
publish-artifacts:
runs-on: ubuntu-latest
steps:
- name : the ok ok
run: |
echo "hello worold"
sudo apt-get update
sudo apt-get install -y docker-ce git
echo "still?"
git clone https://github.com/kata-containers/packaging
cd packaging
echo `pwd`
echo "done...."