Skip to content

Commit

Permalink
Merge pull request #5967 from berkeley-dsep-infra/shaneknapp-patch-1
Browse files Browse the repository at this point in the history
fix bash gymnastics
  • Loading branch information
shaneknapp authored Aug 19, 2024
2 parents 55aabc0 + ea0b0b2 commit 35f824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Deploy hubs to staging
if: ${{ env.DEPLOY }}
run: |
for hub in $DEPLOY_HUBS[@]; do
for hub in $(echo -e "${{ env.DEPLOY_HUBS }}"); do
echo "Deploying $hub to staging"
hubploy --verbose deploy $hub hub staging
done

0 comments on commit 35f824a

Please sign in to comment.