chore: update docker build script
This commit is contained in:
parent
3dab30462a
commit
16bf44c654
1 changed files with 7 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
GIT_HOST="git.aliberksandikci.com.tr"
|
GIT_HOST="git.aliberksandikci.com.tr"
|
||||||
GIT_ORG="Liderahenk"
|
GIT_ORG="liderahenk"
|
||||||
GIT_REPO="ahenk-go"
|
GIT_REPO="ahenk-go"
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,6 +45,11 @@ git add debian && git commit -a -m 'Initial packaging'
|
||||||
|
|
||||||
gbp buildpackage
|
gbp buildpackage
|
||||||
|
|
||||||
|
cd ..
|
||||||
lintian -- *.changes
|
lintian -- *.changes
|
||||||
|
|
||||||
echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO"
|
echo -e "SOLVE LINTIAN ERRORS / WARNINGS\nAFTER THAT, PUSH REPO"
|
||||||
|
|
||||||
|
echo "Edit git configs..."
|
||||||
|
sleep 3
|
||||||
|
git config --global --edit
|
Loading…
Reference in a new issue