php: composer is not part of Jessie
gitea.evolix.org on plain agent00/evodocker/pipeline/head There was a failure building this commit Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
David Prevot 2022-06-28 13:44:49 +02:00
parent 229553785a
commit ed4312d5cb
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ pipeline {
script {
def deb8 = docker.build("evolix/php:deb8build${env.BUILD_ID}", "-f php/Dockerfile.jessie php")
deb8.inside {
sh 'composer --version'
sh 'echo Test needed'
}
/* No crendentials yet
deb9.push('jessie')