Skip to content

Commit

Permalink
Update trigger_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvda-mesharma authored Aug 30, 2024
1 parent 91dc27a commit 9bf9c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export TRITON_CONTAINER_VERSION=${TAG#v} # example: 24.08
if [ -z "$TRITON_CONTAINER_VERSION" ]
then
echo "\$TRITON_CONTAINER_VERSION is NULL, setting it to 24.07"
echo "\$TRITON_CONTAINER_VERSION is NULL, setting it to 24.08"
TRITON_CONTAINER_VERSION=24.08
else
echo "\$TRITON_CONTAINER_VERSION is NOT NULL"
Expand Down

0 comments on commit 9bf9c12

Please sign in to comment.