From 16bf44c654d0d4701534366da977a4967622e78d Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 10 Aug 2023 00:08:58 +0300 Subject: [PATCH] chore: update docker build script --- scripts/docker-build.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/docker-build.sh b/scripts/docker-build.sh index 92ffd6a..784a100 100644 --- a/scripts/docker-build.sh +++ b/scripts/docker-build.sh @@ -4,7 +4,7 @@ GIT_HOST="git.aliberksandikci.com.tr" -GIT_ORG="Liderahenk" +GIT_ORG="liderahenk" GIT_REPO="ahenk-go" @@ -45,6 +45,11 @@ git add debian && git commit -a -m 'Initial packaging' gbp buildpackage +cd .. lintian -- *.changes -echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO" \ No newline at end of file +echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO" + +echo "Edit git configs..." +sleep 3 +git config --global --edit \ No newline at end of file