Skip to content

Commit 771fe3c

Browse files
committed
Move build script parameter to downloaded file.
1 parent 48afe3b commit 771fe3c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cloud9-development/templates/lab-ide-novpc.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@
237237
]
238238
]
239239
}
240-
},
241-
"RunOnIde": {
242-
"Value": "curl -sSL https://s3.amazonaws.com/lab-ide-theomazonian/lab-ide-build.sh -o lab-ide-build.sh && chmod u+x lab-ide-build.sh && . ./lab-ide-build.sh && rm lab-ide-build.sh"
243240
}
244241
}
245242
}

cloud9-development/templates/lab-ide-vpc.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,6 @@
447447
]
448448
]
449449
}
450-
},
451-
"RunOnIde": {
452-
"Value": "curl -sSL https://s3.amazonaws.com/lab-ide-theomazonian/lab-ide-build.sh -o lab-ide-build.sh && chmod u+x lab-ide-build.sh && . ./lab-ide-build.sh && rm lab-ide-build.sh"
453450
}
454451
}
455452
}

0 commit comments

Comments
 (0)