mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 15:04:32 +01:00
pull from amshinde packaging repo
Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
12
.github/workflows/generate-artifact-tarball.sh
vendored
12
.github/workflows/generate-artifact-tarball.sh
vendored
@@ -30,11 +30,13 @@ main() {
|
||||
echo tag: "$tag"
|
||||
echo artifact "$artifact"
|
||||
echo artifact_stage "$artifact_stage"
|
||||
tag="1.9.0-rc0"
|
||||
#tag="1.9.0-rc0"
|
||||
|
||||
export GOPATH=$HOME/go
|
||||
go get github.com/kata-containers/packaging || true
|
||||
pushd $GOPATH/src/github.com/kata-containers/packaging/release >>/dev/null
|
||||
#go get github.com/kata-containers/packaging || true
|
||||
go get github.com/amshinde/kata-packaging || true
|
||||
#pushd $GOPATH/src/github.com/kata-containers/packaging/release >>/dev/null
|
||||
pushd $GOPATH/src/github.com/amshinde/kata-packaging/release >>/dev/null
|
||||
git checkout $tag
|
||||
#git checkout master
|
||||
pushd ../obs-packaging
|
||||
@@ -45,8 +47,8 @@ main() {
|
||||
ls -la
|
||||
echo $pwd
|
||||
source ./kata-deploy-binaries.sh
|
||||
#${artifact_stage}
|
||||
install_kernel
|
||||
${artifact_stage}
|
||||
#install_kernel
|
||||
popd
|
||||
}
|
||||
|
||||
|
||||
8
.github/workflows/trigger
vendored
8
.github/workflows/trigger
vendored
@@ -2,9 +2,9 @@ VERSION=1.9.0-rc0
|
||||
|
||||
pushd ~/go/src/github.com/kata-containers/packaging
|
||||
git tag --delete $VERSION
|
||||
git push archana :$VERSION
|
||||
git tag -a $VERSION -m "test tag - $VERSION" && git push archana $VERSION
|
||||
git push origin :$VERSION
|
||||
git tag -a $VERSION -m "test tag - $VERSION" && git push origin $VERSION
|
||||
popd
|
||||
git tag --delete $VERSION
|
||||
git push egernst :$VERSION
|
||||
git tag -a $VERSION -m "test tag - $VERSION" && git push egernst $VERSION
|
||||
git push amshinde :$VERSION
|
||||
git tag -a $VERSION -m "test tag - $VERSION" && git push amshinde $VERSION
|
||||
|
||||
Reference in New Issue
Block a user