Skip to content
Snippets Groups Projects
Unverified Commit d7aa9c44 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update dragon_nightly.groovy

parent 9b7dd4a5
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,22 @@ source dragon/bin/setup.sh
if [ ${build} == tag ]; then
dragon update --greatest-tag --orphan-on-failure
fi
echo ===================================================================================================
echo PWD for ${build}:
pwd
echo ENVIRONMENT for ${build}:
env
echo WHOAMI for ${build}:
whoami
echo GLAB AUTH STATUS for ${build}:
glab auth status
echo /scratch/dragon/sources/AmtfDbAccess: git remote get-url origin for ${build}:
cd /scratch/dragon/sources/AmtfDbAccess
git remote get-url origin
cd /scratch
echo PWD for ${build}:
pwd
echo continue for ${build}:
echo ===================================================================================================
echo ==== Running dragon build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment