Skip to content
Snippets Groups Projects
Commit ad906483 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

add echo

parent ee8b4f65
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ release:pip:ubuntu:
DEPS_NAMES_2=()
fi
- echo "DEPS_NAMES_2 = ${DEPS_NAMES[@]}"
- >
for DEP_NAME in $DEPS_NAMES_2; do
echo "current dep $DEP_NAME"
done
- >
for DEP_NAME in $DEPS_NAMES_2; do
echo "current dep $DEP_NAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment