Skip to content

Commit

Permalink
compare strings
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed May 3, 2024
1 parent ac6a51e commit d703095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kubernetes/scripts/deploy_k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ metadata:
handler: nvidia
EOF

if [ ! "$SKY_SKIP_K8S_LABEL" -eq 1 ]
if [ ! "$SKY_SKIP_K8S_LABEL" == "1" ]
then
# Label nodes with GPUs
echo "Labelling nodes with GPUs..."
Expand Down

0 comments on commit d703095

Please sign in to comment.