Skip to content

Commit fb813ae

Browse files
Restore functionality for Python/JS/TS CDK apps
1 parent 3bd8615 commit fb813ae

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

entrypoint.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ function installTypescript(){
1414
npm install typescript
1515
}
1616

17-
function runGoModuleFetch() {
18-
echo ">>> We are running: $(go version)"
19-
# go mod tidy
20-
}
2117

2218
function installAwsCdk(){
2319
echo "Install aws-cdk ${INPUT_CDK_VERSION}"
@@ -102,10 +98,9 @@ ${output}
10298
function main(){
10399
parseInputs
104100
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
105-
#installTypescript
106-
runGoModuleFetch
101+
installTypescript
107102
installAwsCdk
108-
#installPipRequirements
103+
installPipRequirements
109104
runCdk ${INPUT_CDK_ARGS}
110105
}
111106

0 commit comments

Comments
 (0)