We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb510fa commit e77ffd7Copy full SHA for e77ffd7
Jenkinsfile
@@ -12,7 +12,7 @@ properties([
12
13
node('digitalocean && ubuntu-16.04 && 8gb && android-7.0') {
14
stage 'System'
15
- sh '''!/bin/bash
+ sh '''#!/bin/bash
16
sudo apt-get update -y
17
sudo apt-get install -y openjdk-8-jdk python git-core gnupg flex bison gperf build-essential \
18
zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \
0 commit comments