Skip to content

Commit

Permalink
Use backported composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jul 12, 2023
1 parent e06cc3d commit 9f5919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ distributions.each {
sh 'dch -b -v ' + ver + ' "' + env.BUILD_TAG + '"'
sh 'sudo apt-get update --allow-releaseinfo-change'
sh 'sudo chown jenkins:jenkins ..'
sh 'sudo apt -y install composer'
sh 'sudo apt -y install -t backports composer'
sh 'composer --version'
sh 'sudo apt -y remove php8.1-common || true'
sh 'debuild-pbuilder -i -us -uc -b'
Expand Down

0 comments on commit 9f5919e

Please sign in to comment.