CircleCI pipeline fails to build AMI image [ERROR: error: unbalanced parenthesis at position 230] #664
-
Hello all, i am trying to build AMI with CircleCI pipelines. I took the examples of CircleCI scripts from here. The AMI build script I took from here. The CircleCI gives the following error, looks like from this line:
I assume that the bash line was somehow not correctly parsed by Have someone saw something like this? Is there any workaround? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @nadiia-caspar,
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, grunties! I figured out the problem. I had a typo in |
Beta Was this translation helpful? Give feedback.
-
@nadiia-caspar Roger - thank you for closing the loop here. I really appreciate it. |
Beta Was this translation helpful? Give feedback.
Hello, grunties!
I figured out the problem. I had a typo in
allowed_repos_regex
value, so the--packer-template-path
option for theinfrastructure-deployer
command could not be compared correctly with allowed repos.