Skip to content

Commit

Permalink
Add || true on grep command (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Zhelyazkov committed Aug 25, 2022
1 parent 1a58bfe commit fba7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/check-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ echo "CONFIG_PATH= ${CONFIG_PATH}"

cd "${REPO_PATH}"

origin_remote=$(git remote -v | grep origin)
origin_remote=$(git remote -v | grep origin || true)
echo "ORIGIN_REMOTE"
echo ${origin_remote}
if [ -z "${origin_remote}" ]; then
Expand Down

0 comments on commit fba7026

Please sign in to comment.