mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-16 17:52:20 +00:00
Compare commits
3 Commits
stable-1.8
...
1.9.0-alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4dfb0f90e | ||
|
|
05d02d9a25 | ||
|
|
60876979f9 |
24
.github/workflows/hacking.yml
vendored
24
.github/workflows/hacking.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user