We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6257fdd commit d085732Copy full SHA for d085732
1 file changed
hooks/pipeline-generator.sh
@@ -25,7 +25,7 @@ fi
25
# Clean cache.
26
find . -type d -name ".terragrunt-cache" -prune -exec rm -rf {} \;
27
28
-pipeline-generator -i $PGEN_IMAGE -e $EXTRA_KNOW_HOST -o $PGEN_OUTPUT_FILE -p $PGEN_PROVIDER
+pipeline-generator -i $PGEN_IMAGE -e $PGEN_EXTRA_KNOW_HOST -o $PGEN_OUTPUT_FILE -p $PGEN_PROVIDER
29
30
# Add to commit.
31
-git add $PGEN_OUTPUT_FILE
+git add .
0 commit comments