Unverified Commit 466b1993 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

ci: disable gitlab sdk pipeline (#3494)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent f3987f6c
......@@ -98,10 +98,6 @@ jobs:
ci_variables["RUN_SGLANG"]="true"
fi
if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
ci_variables["RUN_SDK_CI"]="true"
fi
ci_args=""
for key in "${!ci_variables[@]}"; do
ci_args+="--form variables[$key]=${ci_variables[$key]} "
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment