Skip to content

Commit

Permalink
Bypass all prompts for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Iles committed Feb 27, 2018
1 parent d8db1d3 commit e87332b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
steps {
sh '''
. $HOME/.bash_profile
./eosio_build.sh
echo 1 | ./eosio_build.sh
'''
}
}
Expand All @@ -17,7 +17,7 @@ pipeline {
steps {
sh '''
. $HOME/.bash_profile
./eosio_build.sh
echo 1 | ./eosio_build.sh
'''
}
}
Expand Down

0 comments on commit e87332b

Please sign in to comment.