Skip to content

Commit

Permalink
fix: service install dir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils committed May 2, 2024
1 parent 8d8394e commit f8f74af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pd_prop_project_version: "{{ lookup('ansible.builtin.env', 'PODMAN_PROJECT_VERSI
pd_prop_artifact_name: "{{ lookup('ansible.builtin.env', 'PODMAN_ARTIFACT_NAME') }}"
pd_prop_artifact_sha256: "{{ lookup('ansible.builtin.env', 'PODMAN_ARTIFACT_SHA256') }}"
pd_prop_build_number: "{{ lookup('ansible.builtin.env', 'PODMAN_BUILD_NUMBER') }}"
pd_prop_project_version_run: "{{ pd_prop_project_version }}-{{ pd_prop_build_number }}"
pd_prop_service_install_directory: "{{ pd_prop_project_version }}-{{ pd_prop_build_number }}"

# The following properties are custom to each particular service
context: <%= tomcatContext %>
Expand Down

0 comments on commit f8f74af

Please sign in to comment.