Skip to content
Snippets Groups Projects
Commit b9ba2ac8 authored by tpylak's avatar tpylak
Browse files

minor: fix integration tests logs

SVN: 18587
parent 23f897e7
No related branches found
No related tags found
No related merge requests found
...@@ -331,7 +331,7 @@ function fetch_latest_artifacts_from_cruise_control { ...@@ -331,7 +331,7 @@ function fetch_latest_artifacts_from_cruise_control {
local last_build="$HUDSON_ARTIFACTS/$proj_name/lastSuccessful/archive/_main/targets/dist" local last_build="$HUDSON_ARTIFACTS/$proj_name/lastSuccessful/archive/_main/targets/dist"
if [ $MY_HOST_IP == $CI_HOST_IP ]; then if [ $MY_HOST_IP == $CI_HOST_IP ]; then
local last=`ls -1 $CI_HOME/ci/$last_build | sort | tail -1` local last=`ls -1 $CI_HOME/$last_build | sort | tail -1`
echo "Fetching artifacts for $proj_name: $last" echo "Fetching artifacts for $proj_name: $last"
cp $CI_HOME/$last_build/*.zip $dest_dir cp $CI_HOME/$last_build/*.zip $dest_dir
else else
......
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