Skip to content

Commit

Permalink
Merge pull request #101 from freedomofpress/fix-nightlies
Browse files Browse the repository at this point in the history
fix nighty builds
  • Loading branch information
rmol authored Dec 2, 2019
2 parents 51e0f80 + e712127 commit 9cada00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ common-steps:
cd ~/project/$PKG_NAME
export DEBFULLNAME='Automated builds'
export [email protected]
export PLATFORM="$(lsb_release -sc)"
cp ~/project/$PKG_NAME/debian/changelog-$PLATFORM ~/project/$PKG_NAME/debian/changelog
dch --distribution unstable --package "$PKG_NAME" --newversion $VERSION_TO_BUILD "This is an automated build."
- &builddebianpackage
Expand Down

0 comments on commit 9cada00

Please sign in to comment.