Skip to content

Commit a2c4376

Browse files
Test: believe to be redundant as cdk app does it
1 parent 3ba3779 commit a2c4376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function installTypescript(){
1616

1717
function runGoModuleFetch() {
1818
echo ">>> We are running: $(go version)"
19-
go mod tidy
19+
# go mod tidy
2020
}
2121

2222
function installAwsCdk(){

0 commit comments

Comments
 (0)