File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ pipeline {
3838 stages {
3939 stage(" Checkout" ) {
4040 agent {
41- docker {
42- label ' windows2016-raw'
43- }
41+ label ' windows2016-raw’
4442 }
4543 steps {
4644 echo "The workspace is ${env.WORKSPACE}"
Original file line number Diff line number Diff line change @@ -285,8 +285,7 @@ function install_mobilecli() {
285285 curl -L -O " $cli_install_root_url "
286286 chmod +x mobile-cli-install
287287 chmod +x mobile-cli-root-install
288- echo " Please enter your system password, so the Predix Mobile CLI can be installed using sudo."
289- sudo ./mobile-cli-install
288+ ./mobile-cli-install
290289 fi
291290}
292291
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.86 " ,
3+ "version" : " 1.0.87 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments