File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55 BASH_VERSION : ' 5'
66 PACKER_VERSION : ' 1.10'
77 OPENSSH_VERSION : ' 9.7'
8- CONSTRUCTOR_REPO_PATH :
9- sh : pwd
10- PROJECT_REPO_PATH :
11- sh : dirname '{{.CONSTRUCTOR_REPO_PATH}}'
8+ PROVISIONER_REPO_PATH : ' {{.TASKFILE_DIR}}'
9+ PROJECT_REPO_PATH : ' {{.ROOT_DIR}}'
1210
1311tasks :
1412 default :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function pp {
1111function main {
1212 if [ " X${PKR_VAR_CONSTRUCTOR_EXEC_POST_PROCESSOR_TASK_INSTALL} " == " Xtrue" ]; then
1313 local parent_dir=" $( dirname $PWD ) "
14- task --taskfile " ${parent_dir} /Taskfile.yml " provisioner:fetch
14+ task --taskfile " ${parent_dir} /Taskfile.yaml " provisioner:fetch
1515 # task provisioner:push
1616 else
1717 pp ' Set the environment variable PKR_VAR_CONSTRUCTOR_EXEC_POST_PROCESSOR_TASK_INSTALL to true to execute the constructor post-processor task'
You can’t perform that action at this time.
0 commit comments