Skip to content

Commit c579c9e

Browse files
trimming out non-Go components for now
1 parent cb2f089 commit c579c9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

entrypoint.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ ${output}
9797
function main(){
9898
parseInputs
9999
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
100-
installTypescript
100+
ls ${GITHUB_WORKSPACE}
101+
#installTypescript
101102
installAwsCdk
102-
installPipRequirements
103+
#installPipRequirements
103104
runCdk ${INPUT_CDK_ARGS}
104105
}
105106

0 commit comments

Comments
 (0)