Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro committed Jul 25, 2023
1 parent 83900be commit 35f36c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-mysql-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
for dir in $(find ./mysql -mindepth 1 -type d -printf '%f\n'); do
result=$(./tag_exists moco/mysql "mysql/$dir")
if [ "$result" = ng ]; then
if [ "$result" = 'ng' ]; then
array+=( "$dir" )
fi
echo "${array[@]}"
echo "$dir"
done
if [ "${#array[@]}" -eq 0 ]; then
Expand Down

0 comments on commit 35f36c4

Please sign in to comment.