Given that I am under knotx-aggregator/development and I have successfully launched ./pull-all.sh -r ../.. -b masterWhen I launch ./build-stack.sh -r ../..
I get the following message:touch: cannot touch '../../knotx-stack/.composite-enabled': No such file or directory
Expected behaviour:
No error should occur
Probable cause: invalid relative path handling in script
Given that I am under
knotx-aggregator/development
and I have successfully launched./pull-all.sh -r ../.. -b master
When I launch./build-stack.sh -r ../..
I get the following message:
touch: cannot touch '../../knotx-stack/.composite-enabled': No such file or directory
Expected behaviour: No error should occur
Probable cause: invalid relative path handling in script