Skip to content

Commit

Permalink
fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 9, 2024
1 parent e45892d commit 37c8f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git config user.name "r2cloud"
git merge origin/main --no-edit

rm -f ../sdr-modem_*
gbp dch --auto --debian-branch=${OS_CODENAME} --upstream-branch=main --new-version=${BASE_VERSION}.${BUILD_NUMBER}-${BUILD_NUMBER}~${OS_CODENAME} --git-author --distribution=unstable --commit
gbp dch --auto --debian-branch=${OS_CODENAME} --upstream-branch=main --new-version=${BASE_VERSION}.${BUILD_NUMBER}-${BUILD_NUMBER}~${OS_CODENAME} --git-author --distribution=unstable --commit < /dev/null
git push --set-upstream origin ${OS_CODENAME}
gbp buildpackage --git-ignore-new --git-upstream-tag=${BASE_VERSION}.${BUILD_NUMBER} --git-keyid=${GPG_KEYNAME}

Expand Down

0 comments on commit 37c8f56

Please sign in to comment.