Skip to content
Snippets Groups Projects
Commit cd094a73 authored by Guilherme Becker Agge's avatar Guilherme Becker Agge
Browse files

SCRUM#580: Refactor the deploy code

parent 625b9852
No related branches found
No related tags found
2 merge requests!38Develop to master,!35SCRUM#580: Refactor the deploy code
Pipeline #16459 failed
......@@ -27,7 +27,7 @@ else
LINE=$(head -n 1 $CHANGELOG)
PACKAGE=$(echo "$LINE" | cut -d' ' -f1)
VERSION=$(echo "$LINE" | cut -d' ' -f2 | grep -o -E '[0-9]*\.[0-9]*\.[0-9]*')
REPREPRO_CMD="reprepro -Vb /home/repository/www/le6 copysrc $REPO_SRC $REPO_TGT $PACKAGE $VERSION"
REPREPRO_CMD="reprepro -Vb /home/repository/www/le6 copysrc $REPO_TGT $REPO_SRC $PACKAGE $VERSION"
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null repository@repo.c3sl.ufpr.br "$REPREPRO_CMD"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment