build:debug brace mismatch #2
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
479d896599
commit
8fd0136bb7
@ -65,15 +65,15 @@ steps:
|
|||||||
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
|
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
|
||||||
--analyzeCommits @semantic-release/commit-analyzer \
|
--analyzeCommits @semantic-release/commit-analyzer \
|
||||||
--verifyRelease @semantic-release/exec \
|
--verifyRelease @semantic-release/exec \
|
||||||
--verifyReleaseCmd "echo \${nextRelease.version} > .\.version"
|
--verifyReleaseCmd "echo foo > .\.version"
|
||||||
environment:
|
environment:
|
||||||
GIT_APIKEY:
|
GIT_APIKEY:
|
||||||
from_secret: git_apikey
|
from_secret: git_apikey
|
||||||
GIT_USERNAME: djpbessems
|
GIT_USERNAME: djpbessems
|
||||||
|
|
||||||
- name: Print version
|
- name: Print version
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - Semantic Release (Dry-run)
|
- Semantic Release (Dry-run)
|
||||||
image: bv11-cr01.bessems.eu/library/packer-extended
|
image: bv11-cr01.bessems.eu/library/packer-extended
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user