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

SCRUM#580: Refactor the deploy code

parent cd094a73
No related branches found
No related tags found
2 merge requests!38Develop to master,!35SCRUM#580: Refactor the deploy code
Pipeline #16475 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
apt-get update && apt-get install -y dput ssh apt-get update && apt-get install -y dput ssh
eval $(ssh-agent -s) eval "$(ssh-agent -s)"
ssh-add <(echo "$PRIV_KEY") ssh-add <(echo "$PRIV_KEY")
echo "Deploy job name: $CI_JOB_NAME" echo "Deploy job name: $CI_JOB_NAME"
...@@ -21,7 +21,7 @@ else ...@@ -21,7 +21,7 @@ else
elif [ "$CI_JOB_NAME" = "deploy_for_stable" ]; then elif [ "$CI_JOB_NAME" = "deploy_for_stable" ]; then
REPO_SRC="testing" REPO_SRC="testing"
REPO_TGT="stable" REPO_TGT="stable"
if fi
CHANGELOG="package/debian/changelog" CHANGELOG="package/debian/changelog"
LINE=$(head -n 1 $CHANGELOG) LINE=$(head -n 1 $CHANGELOG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment