build:debug brace mismatch #2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-05-22 12:06:14 +02:00
parent 479d896599
commit 8fd0136bb7
1 changed files with 3 additions and 3 deletions

View File

@ -65,15 +65,15 @@ steps:
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
--analyzeCommits @semantic-release/commit-analyzer \
--verifyRelease @semantic-release/exec \
--verifyReleaseCmd "echo \${nextRelease.version} > .\.version"
--verifyReleaseCmd "echo foo > .\.version"
environment:
GIT_APIKEY:
from_secret: git_apikey
GIT_USERNAME: djpbessems
- name: Print version
# depends_on:
# - Semantic Release (Dry-run)
depends_on:
- Semantic Release (Dry-run)
image: bv11-cr01.bessems.eu/library/packer-extended
pull: always
commands: