Skip to content

Commit

Permalink
Fix the return path for the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Shrit <[email protected]>
  • Loading branch information
shrit committed Jun 25, 2024
1 parent 7b2e5f4 commit b5a7063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/linux-steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ steps:
else
echo "Example succeeded; ${PIPESTATUS[0]}, ${PIPESTATUS[1]}";
fi
cd ../;
cd ../../../;
done
# Print any failures.
Expand Down
2 changes: 1 addition & 1 deletion .ci/macos-steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ steps:
else
echo "Example succeeded; ${PIPESTATUS[0]}, ${PIPESTATUS[1]}";
fi
cd ../;
cd ../../../;
done
# Print any failures.
Expand Down

0 comments on commit b5a7063

Please sign in to comment.