Skip to content

Commit

Permalink
Removing lowercase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Jan 30, 2024
1 parent cc2ef7d commit 8b758f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,5 @@ jobs:
TF_VAR_publish_bucket: ${{ vars.PUBLISH_BUCKET }}
run: |
echo "${{ secrets.JPLICA_CERT }}" >> ${{ runner.temp }}/JPLICA.pem
VENUE=$(echo "${{ vars.TF_VENUE }}" | tr '[:upper:]' '[:lower:]')
source bin/config.sh $VENUE
source bin/config.sh ${{ vars.TF_VENUE }}
terraform apply -auto-approve

0 comments on commit 8b758f6

Please sign in to comment.