Skip to content

Commit 1a1be3f

Browse files
committed
what about this?
1 parent c30a8f8 commit 1a1be3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.builder/actions/localhost_canary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def run(self, env):
99
env.shell.setenv('AWS_CRT_MEMORY_TRACING', '2')
1010
actions = [
1111
# "mvn install -DskipTests",
12-
"cd ./samples/HttpClientCanary",
12+
"cd ./samples/HttpClientCanary && ls",
1313
"ls"
1414
# "mvn install",
1515
# "mvn exec:exec@netty exec:exec@crt"

aws-sdk-java-v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b3b08fd545ebe96956a34fab80a1e24db2d28305

0 commit comments

Comments
 (0)