Skip to content
Snippets Groups Projects
Commit 426e4d58 authored by Zdeněk Vydra's avatar Zdeněk Vydra
Browse files

Update .gitlab-ci.yml file

parent 644e6fc1
No related branches found
No related tags found
No related merge requests found
Pipeline #73721 failed
...@@ -2,6 +2,11 @@ include: ...@@ -2,6 +2,11 @@ include:
- project: muni-kypo-images/ci-cd-virtual-images - project: muni-kypo-images/ci-cd-virtual-images
file: .gitlab-ci-template.yml # for windows images use .gitlab-ci-template-windows.yml file: .gitlab-ci-template.yml # for windows images use .gitlab-ci-template-windows.yml
workflow:
rules:
- if: $CI_COMMIT_TAG
when: never
variables: variables:
NAME: "kali" # name of the file with packer configuration without .json NAME: "kali" # name of the file with packer configuration without .json
TYPE: "linux" # linux or windows TYPE: "linux" # linux or windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment