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 cb2f089 commit c579c9eCopy full SHA for c579c9e
entrypoint.sh
@@ -97,9 +97,10 @@ ${output}
97
function main(){
98
parseInputs
99
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
100
- installTypescript
+ ls ${GITHUB_WORKSPACE}
101
+ #installTypescript
102
installAwsCdk
- installPipRequirements
103
+ #installPipRequirements
104
runCdk ${INPUT_CDK_ARGS}
105
}
106
0 commit comments