Skip to content

Commit e77ffd7

Browse files
committed
Fix script
1 parent cb510fa commit e77ffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ properties([
1212

1313
node('digitalocean && ubuntu-16.04 && 8gb && android-7.0') {
1414
stage 'System'
15-
sh '''!/bin/bash
15+
sh '''#!/bin/bash
1616
sudo apt-get update -y
1717
sudo apt-get install -y openjdk-8-jdk python git-core gnupg flex bison gperf build-essential \
1818
zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \

0 commit comments

Comments
 (0)