fix shell script
This commit is contained in:
parent
87e76093a5
commit
a6a7e334cf
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ when:
|
||||||
- renovate/*
|
- renovate/*
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
"Check sehll scripts":
|
"Check shell scripts":
|
||||||
image: pipelinecomponents/shellcheck
|
image: pipelinecomponents/shellcheck
|
||||||
commands:
|
commands:
|
||||||
- shellcheck ./bin/*.sh
|
- shellcheck ./bin/*.sh
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,5 @@ VERSION="$1"
|
||||||
for ARCH in amd64 arm64; do
|
for ARCH in amd64 arm64; do
|
||||||
fpm -t deb -p "build/i3-wallpaper-manager-$VERSION-$ARCH.deb" \
|
fpm -t deb -p "build/i3-wallpaper-manager-$VERSION-$ARCH.deb" \
|
||||||
--architecture $ARCH --version "$VERSION" \
|
--architecture $ARCH --version "$VERSION" \
|
||||||
"build/i3-wallpaper-manager-linux-$ARCH=/usr/bin/i3wp" \
|
"build/i3-wallpaper-manager-linux-$ARCH=/usr/bin/i3-wallpaper-manager"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue