diff --git a/.drone.yml b/.drone.yml index b4b91b8..a7f8a42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: