Skip to content

Commit 79d0faa

Browse files
committed
Use current image for running scripts
We don't need a separate image for running the scripts. The latest mu-cli will run the scripts in the current image which is good enough for this purpose.
1 parent 190c1ee commit 79d0faa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1",
2+
"version": "0.2",
33
"scripts": [
44
{
55
"documentation": {
@@ -8,7 +8,6 @@
88
"arguments": []
99
},
1010
"environment": {
11-
"image": "ubuntu",
1211
"interactive": false,
1312
"script": "dev-script/run.sh"
1413
},
@@ -23,7 +22,6 @@
2322
"arguments": []
2423
},
2524
"environment": {
26-
"image": "semtech/mu-javascript-template:feature-seperate-server-start",
2725
"interactive": false,
2826
"script": "setup-ide/run.sh"
2927
},

0 commit comments

Comments
 (0)