Testing semantic-release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-05-20 12:44:32 +02:00
parent 31b21c9b7a
commit 68445ee13f
1 changed files with 12 additions and 1 deletions

View File

@ -32,9 +32,20 @@ steps:
packer/preseed/UbuntuServer22.04/user-data \
scripts
- name: Install Ansible Galaxy collections
- name: Semantic Release (Dry-run)
depends_on:
- Linting
image: bv11-cr01.bessems.eu/proxy/library/node:20-slim
pull: always
commands:
- |
npm install semantic-release
- |
npx semantic-release --dry-run
- name: Install Ansible Galaxy collections
depends_on:
- Semantic Release (Dry-run)
image: bv11-cr01.bessems.eu/library/packer-extended
pull: always
commands: