mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
31
.github/workflows/hacking.yml
vendored
31
.github/workflows/hacking.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
# When a release page is published, start the release artifact process
|
# When a release page is published, start the release artifact process
|
||||||
on: push
|
on: push.tag
|
||||||
name: Build, Test, and Publish kata-deploy
|
name: Build, Test, and Publish kata-deploy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -13,13 +13,26 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y curl git
|
sudo apt-get install -y curl git
|
||||||
echo "still?"
|
echo "still?"
|
||||||
git clone https://github.com/kata-containers/packaging
|
# for test development:
|
||||||
cd packaging
|
git clone https://github.com/egernst/packaging-1
|
||||||
|
cd packaging-1
|
||||||
echo `pwd`
|
echo `pwd`
|
||||||
|
echo `ls`
|
||||||
|
cd release
|
||||||
|
echo `pwd`
|
||||||
|
echo `ls`
|
||||||
|
|
||||||
|
#./build-artifacts $GITHUB_TAG
|
||||||
|
echo "github tag" $GITHUB_TAG
|
||||||
|
echo "github sha"
|
||||||
|
echo $GITHUB_SHA
|
||||||
|
|
||||||
echo "done...."
|
echo "done...."
|
||||||
docker run alpine sh -c date
|
|
||||||
cd obs-packaging
|
# docker run alpine sh -c date
|
||||||
./gen_versions_txt.sh "stable-1.8"
|
# cd obs-packaging
|
||||||
cd ../release
|
#
|
||||||
./publish-kata-image.sh "1.8.2"
|
#./gen_versions_txt.sh "stable-1.8"
|
||||||
./kata-deploy-binaries.sh "1.8.2"
|
# cd ../release
|
||||||
|
# ./publish-kata-image.sh "1.8.2"
|
||||||
|
# ./kata-deploy-binaries.sh "1.8.2"
|
||||||
|
Reference in New Issue
Block a user