Skip to content

Commit

Permalink
anotehr debug
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed Dec 24, 2024
1 parent 55e2801 commit bbe0d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intergration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MSG_BASE="Test Example"

echo "OSC_ENDPOINT_API($is_local): " $OSC_ENDPOINT_API

if [[ "is_local" == 1 ]]; then
if [[ "$is_local" == "1" ]]; then
./example0
echo "example 0 done"
fi
Expand Down

0 comments on commit bbe0d94

Please sign in to comment.