Skip to content

Commit b2395e6

Browse files
committed
update
1 parent b20731f commit b2395e6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Taskfile.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ env:
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

1311
tasks:
1412
default:

scripts/local/exec_post_processor_task.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function pp {
1111
function 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'

0 commit comments

Comments
 (0)