Disable irrelevant check

This commit is contained in:
Johannes Frohnmeyer 2023-05-06 10:14:55 +02:00
parent 9d287c6521
commit e9f8af5617
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -xe
# shellcheck disable=SC2144
function moveartifacts {
[ -f launcher-dist/build/jpackage/*.deb ] && mv launcher-dist/build/jpackage/*.deb public/inceptum.deb
[ -f launcher-dist/build/jpackage/*.msi ] && mv launcher-dist/build/jpackage/*.msi public/inceptum.msi