Files
kata-containers/.github/workflows/hacking.yml
Eric Ernst 10c21925a3 apt-get
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-09-20 14:17:13 -07:00

15 lines
397 B
YAML

# When a release page is published, start the release artifact process
on: release
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"
apt-get update
echo "still?"