Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst
2019-09-20 14:51:48 -07:00
parent 0fa9922f99
commit fe4121d77e

View File

@@ -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"