This commit is contained in:
parent
31b21c9b7a
commit
68445ee13f
13
.drone.yml
13
.drone.yml
@ -32,9 +32,20 @@ steps:
|
|||||||
packer/preseed/UbuntuServer22.04/user-data \
|
packer/preseed/UbuntuServer22.04/user-data \
|
||||||
scripts
|
scripts
|
||||||
|
|
||||||
- name: Install Ansible Galaxy collections
|
- name: Semantic Release (Dry-run)
|
||||||
depends_on:
|
depends_on:
|
||||||
- Linting
|
- 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
|
image: bv11-cr01.bessems.eu/library/packer-extended
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user