Skip to content

Commit

Permalink
Render-template.py does not work with absolute paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 7, 2024
1 parent fe3f124 commit c668b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
DEPENDENCIES_FILE="${REPO_DIR}/${{ inputs.dependencies-file }}"
fi
${REPO_DIR}/continuous_integration/scripts/render-template.py ${REPO_DIR}/.github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" ${REPO_DIR}/.github/actions/build/action.yml
${REPO_DIR}/continuous_integration/scripts/render-template.py .github/actions/build/action.yml.j2 "${DEPENDENCIES_FILE}" .github/actions/build/action.yml
- name: Dump templates
shell: bash --noprofile --norc -xeuo pipefail {0}
Expand Down

0 comments on commit c668b8b

Please sign in to comment.