Skip to content

Commit

Permalink
[SKIP CI] Fixes version settings to match limesurvey versioning schem…
Browse files Browse the repository at this point in the history
…e in drone.yml
  • Loading branch information
Cyb3rDudu committed Jun 22, 2020
1 parent e6d3091 commit abf13f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
image: plugins/docker
settings:
build_args:
- BUILD_VERSION=${DRONE_TAG%-*}
- BUILD_VERSION=${DRONE_TAG%_*}
dockerfile: Dockerfile
password:
from_secret: docker_password
Expand Down

0 comments on commit abf13f8

Please sign in to comment.