add more debug for listing dir

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde
2019-11-14 08:26:36 -08:00
parent b3b4dd0066
commit d8ed81d3d6

View File

@@ -44,12 +44,16 @@ main() {
./gen_versions_txt.sh $tag
popd
echo Directory for running deploy script: $pwd
ls -la
echo $pwd
source ./kata-deploy-binaries.sh
${artifact_stage}
#install_kernel
echo "Dir while doing final pop:" $pwd
popd
echo "Done installing"
echo PWD, should be top dir: $pwd
ls -la
#mv $HOME/go/src/github.com/kata-containers/packaging/release/kata-kernel.tar.gz .
mv $HOME/go/src/github.com/amshinde/kata-packaging/release/kata-static-${artifact}.tar.gz .
}