Skip to content

Commit

Permalink
chore: test the env
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed May 2, 2024
1 parent 9ee6eb5 commit ef4d763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run custom Docker build script
run: |
cat .env.production
chmod +x ./docker/build.sh
echo "Building Docker image for ${{ github.base_ref }}"
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
Expand Down

0 comments on commit ef4d763

Please sign in to comment.