Skip to content
Snippets Groups Projects
Commit b956528e authored by Yves Noirjean's avatar Yves Noirjean Committed by yvesn
Browse files

fixed build.sh

parent 815a51ec
No related branches found
No related tags found
No related merge requests found
......@@ -18,15 +18,15 @@ function move_to_file_server {
chmod g+w -R $SPRINT_DIR
}
if [ $# -ne 1 ]
if [ $# -ne 2 ]
then
usage
fi
TODAY=`date "+%Y-%m-%d"`
branch = $1
tag = $2
branch=$1
tag=$2
# cd to repository root directory
cd "$(dirname "$0")/../../../.."
......
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