Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Feb 2, 2024
1 parent 178f687 commit d6b072d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions roles/artemis/templates/application-prod.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,11 @@ artemis:
{% endif %}

{% if continuous_integration.hades is defined %}
hades:
url: {{ continuous_integration.hades.url }}
continuous-integration:
token: {{ continuous_integration.hades.token }}

hades:
url: {{ continuous_integration.hades.url }}
images:
clone-image: {{ continuous_integration.hades.clone_image }}
result-image: {{ continuous_integration.hades.result_image }}
Expand Down
3 changes: 2 additions & 1 deletion roles/artemis/templates/artemis.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ ARTEMIS_CONTINUOUSINTEGRATION_ARTEMISAUTHENTICATIONTOKENVALUE='demo'
ARTEMIS_CONTINUOUSINTEGRATION_DOCKERCONNECTIONURI='unix:///var/run/docker.sock'
{% endif %}
{% if continuous_integration.hades is defined %}
ARTEMIS_CONTINUOUSINTEGRATION_ARTEMISAUTHENTICATIONTOKENVALUE='demo'
ARTEMIS_HADES_URL='{{ continuous_integration.hades.url }}'
ARTEMIS_HADES_TOKEN='{{ continuous_integration.hades.token }}'
ARTEMIS_CONTINUOUSINTEGRATION_TOKEN='{{ continuous_integration.hades.token }}'
ARTEMIS_HADES_CLONEIMAGE='{{ continuous_integration.hades.clone_image }}'
ARTEMIS_HADES_RESULTIMAGE='{{ continuous_integration.hades.result_image }}'
{% endif %}
Expand Down

0 comments on commit d6b072d

Please sign in to comment.