Skip to content

Commit 7862fc7

Browse files
committed
Remove unneeded echo statement as Conan export already prints out the same info
1 parent f0b37fd commit 7862fc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/export.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
dir=$(jq -r '.dir' ${export})
5050
version=$(jq -r '.version' ${export})
5151
# Export the recipe.
52-
echo "Exporting recipe '${name}@${version}' from directory '${dir}'."
5352
conan export "${name}/${dir}" \
5453
--version="${version}" \
5554
--remote ${{ env.CONAN_REMOTE_NAME }}

0 commit comments

Comments
 (0)