We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2c143 commit 0130651Copy full SHA for 0130651
.github/workflows/project.yml
@@ -170,6 +170,7 @@ jobs:
170
ARCHES_ROOT: "/web_root/arches"
171
COMPRESS_OFFLINE: "False"
172
COMPRESS_ENABLED: "False"
173
+ DEBUG: "True"
174
INSTALL_DEFAULT_GRAPHS: "False"
175
INSTALL_DEFAULT_CONCEPTS: "False"
176
PGUSERNAME: "postgres"
@@ -258,6 +259,7 @@ jobs:
258
259
ARCHES_DYNAMIC_IMAGE=${{ needs['Build-Arches'].outputs.image }}
260
ARCHES_BASE=${{ env.ARCHES_BASE }}
261
ARCHES_PROJECT=${{ env.ARCHES_PROJECT }}
262
+ DEBUG=True
263
- name: Extract image name
264
id: extract_image_name
265
run: |
0 commit comments