Skip to content

Commit

Permalink
use headless in production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 25, 2024
1 parent 20eca9a commit 1f108da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custopize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
workspace: "${{ github.workspace }}/build"
scripts: "${{ github.workspace }}/workspace/scripts"
config: "${{ github.workspace }}/config.local"
environment: '{ "PIO_VERSION": "${{ env.PIOREACTOR_VERSION }}", "LEADER": 1, "WORKER": 1, "CUSTOPIZER_GIT_COMMIT": "${{ github.sha }}"}'
environment: '{ "PIO_VERSION": "${{ env.PIOREACTOR_VERSION }}", "LEADER": 1, "WORKER": 1, "HEADLESS": 1, "CUSTOPIZER_GIT_COMMIT": "${{ github.sha }}"}'

- name: "✏ Rename image LW"
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
workspace: "${{ github.workspace }}/build"
scripts: "${{ github.workspace }}/workspace/scripts"
config: "${{ github.workspace }}/config.local"
environment: '{ "PIO_VERSION": "${{ env.PIOREACTOR_VERSION }}", "LEADER": 0, "WORKER": 1, "CUSTOPIZER_GIT_COMMIT": "${{ github.sha }}" }'
environment: '{ "PIO_VERSION": "${{ env.PIOREACTOR_VERSION }}", "LEADER": 0, "WORKER": 1, "HEADLESS": 1, "CUSTOPIZER_GIT_COMMIT": "${{ github.sha }}" }'

- name: "✏ Rename image W"
run: |
Expand Down

0 comments on commit 1f108da

Please sign in to comment.