summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
index 14507fdc..e8ee142f 100644
--- a/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
+++ b/packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile
@@ -24,7 +24,7 @@ def pkgList = [
'name': 'aws-gateway-load-balancer-tunnel-handler',
'scmCommit': 'f78058a',
'scmUrl': 'https://github.com/aws-samples/aws-gateway-load-balancer-tunnel-handler',
- 'buildCmd': "./build.sh",
+ 'buildCmd': "cd ..; ./build.py",
'architecture': ['amd64', 'arm64'],
],
]