Skip to content

Commit

Permalink
make comment more explainy
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 23, 2024
1 parent 15dd86b commit 848c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-jupyterhub-base-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
while read deployment; do
for ignored in "${ignored_directories[@]}"; do
if [[ "${deployment}" == "${ignored}" ]]; then
continue 2 # skip to the next "read deployment"
continue 2 # skip to the next "while read deployment"
fi
done
echo "Pretending to deploy base hub image to ${deployment} :P"
Expand Down

0 comments on commit 848c3a7

Please sign in to comment.