Jenkins CI: Drop extra line
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 14:00:22 +02:00
parent ed4312d5cb
commit c6205f2877
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ pipeline {
stage('Build gbp (Bullseye)') {
steps {
script {
def deb = docker.build("evolix/gbp:build${env.BUILD_ID}", "gbp")
def deb = docker.build("evolix/php:build${env.BUILD_ID}", "-f php/Dockerfile.bullseye gbp")
deb.inside {
sh 'gbp --version'