Compare commits

..

3 Commits

Author SHA1 Message Date
Eric Ernst
e4dfb0f90e should be able to test it out now?
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-09-20 16:19:25 -07:00
Eric Ernst
05d02d9a25 can i figure out the branch i care about?
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-09-20 15:52:47 -07:00
Eric Ernst
60876979f9 see if we can get it working...
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-09-20 15:30:16 -07:00

View File

@@ -13,29 +13,17 @@ jobs:
- name : the ok ok
run: |
echo "hello worold"
sudo apt-get update
sudo apt-get install -y curl git
#sudo apt-get update
#sudo apt-get install -y curl git
echo "still?"
# for test development:
git clone https://github.com/egernst/packaging-1
cd packaging-1
echo `pwd`
echo `ls`
cd release
cd packaging-1/release
tag=`echo $GITHUB_REF | cut -d/ -f3-`
echo `pwd`
echo `ls`
#./build-artifacts $GITHUB_TAG
echo "github tag" $GITHUB_TAG
echo "github sha"
echo $GITHUB_SHA
./build-artifacts.sh $GITHUB_REF
echo "done...."
# docker run alpine sh -c date
# cd obs-packaging
#
#./gen_versions_txt.sh "stable-1.8"
# cd ../release
# ./publish-kata-image.sh "1.8.2"
# ./kata-deploy-binaries.sh "1.8.2"