We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8615 commit fb813aeCopy full SHA for fb813ae
entrypoint.sh
@@ -14,10 +14,6 @@ function installTypescript(){
14
npm install typescript
15
}
16
17
-function runGoModuleFetch() {
18
- echo ">>> We are running: $(go version)"
19
-# go mod tidy
20
-}
21
22
function installAwsCdk(){
23
echo "Install aws-cdk ${INPUT_CDK_VERSION}"
@@ -102,10 +98,9 @@ ${output}
102
98
function main(){
103
99
parseInputs
104
100
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
105
- #installTypescript
106
- runGoModuleFetch
101
+ installTypescript
107
installAwsCdk
108
- #installPipRequirements
+ installPipRequirements
109
runCdk ${INPUT_CDK_ARGS}
110
111
0 commit comments