Skip to content

Commit

Permalink
Merge pull request #5 from abrugaro/populate-konveyor-improvements
Browse files Browse the repository at this point in the history
✨ Improvements for populate-konveyor.sh
  • Loading branch information
sshveta authored Oct 7, 2024
2 parents 686bdad + 122b034 commit cf40678
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions populate-konveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ tmp=/tmp/${self}-${pid}

usage() {
echo "Usage: ${self} <required> <options>"
echo "Auth has to be disabled in order to execute this script"
echo "-h help"
echo "Auth has to be disabled in order to execute this script"
echo "Required:"
echo " -u <URL>/hub"
echo " -u <URL> URL of the hub"
echo "Example:"
echo " ${self} -u htps://my-konveyor-instance/hub -n 5"
echo "Options:"
echo " -b base name (Test)"
echo " -n count (10)"
Expand Down Expand Up @@ -220,8 +222,8 @@ waitForAnalyses() {
break
fi

echo "Some analyses are still running, waiting 30 secs..."
sleep 30
echo "Some analyses are still running, waiting 1 min..."
sleep 60
done
}

Expand Down

0 comments on commit cf40678

Please sign in to comment.