Skip to content

Commit 3beecf9

Browse files
Release 1.0.87
1 parent 012d99e commit 3beecf9

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Jenkinsfile-windows

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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}"

setup-mac.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.86",
3+
"version": "1.0.87",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)