From 7db2138b1dd735d14062fc4223901868a3cc6667 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Wed, 13 Nov 2019 18:13:12 -0800 Subject: [PATCH] pull from amshinde packaging repo Signed-off-by: Archana Shinde --- .github/workflows/generate-artifact-tarball.sh | 12 +++++++----- .github/workflows/trigger | 8 ++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/generate-artifact-tarball.sh b/.github/workflows/generate-artifact-tarball.sh index 92701d8f0..e3641f941 100755 --- a/.github/workflows/generate-artifact-tarball.sh +++ b/.github/workflows/generate-artifact-tarball.sh @@ -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 } diff --git a/.github/workflows/trigger b/.github/workflows/trigger index e7fd8bc8a..d32f388db 100755 --- a/.github/workflows/trigger +++ b/.github/workflows/trigger @@ -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