Skip to content
Snippets Groups Projects
Commit 16f761e0 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fix: file naming

parent dee0c637
No related branches found
No related tags found
No related merge requests found
Pipeline #5006 passed
......@@ -85,7 +85,7 @@ package-debian-job:
- dpkg-deb --build --root-owner-group ${DEB_BUILD_DIR}/
artifacts:
paths:
# package name: validate-workflows_[VERSION]-[REVISION]_[ARCHITECTURE].deb
# package name: validate_workflows_[VERSION]-[REVISION]_[ARCHITECTURE].deb
- "*.deb"
install-debian-job:
......@@ -96,4 +96,4 @@ install-debian-job:
tags:
- "docker"
script:
- apt install ./validate-workflows*.deb
\ No newline at end of file
- apt install -y ./validate_workflows*.deb
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment