Skip to content

Commit

Permalink
Merge pull request #46 from bcgov-nr/fix/serviceInstallDirVar
Browse files Browse the repository at this point in the history
fix: service install dir variable
  • Loading branch information
andrwils authored May 2, 2024
2 parents 8d8394e + f8f74af commit 3f0b0da
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 3f0b0da

Please sign in to comment.