diff --git a/.drone.yml b/.drone.yml index ef32b2c..b8c7b99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,8 @@ pipeline: image: library/bash commands: - printenv + - echo ${DRONE_BRANCH%%/*} + - echo ${DRONE_BRANCH##/*} build-and-push-image: image: plugins/docker repo: fpfis/httpd-php