Update 'Jenkinsfile'
This commit is contained in:
parent
f563dfc6cd
commit
988e835943
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ def build_appimage()
|
||||
mkdir build
|
||||
for file in /var/jenkins_home/workspace/nightly-antosaio/build/frontend/*; do
|
||||
echo "Building for $arch version $tag"
|
||||
./mkimage.sh $arch $(basename $file)
|
||||
./mkimg.sh $arch $(basename $file)
|
||||
done
|
||||
'''
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user