Describe the bug
jitpack.yml used to work, for example echo, jvm version, cd etc.
At some point you changed something and jitpack is now ignored!
To Reproduce
Create a project with jitpack.yml and write a simple command like:
before_install:
- echo "Running install command XXX"
That echo is never shown!
Expected behavior
jitpack.yml used to work and is documented here:
https://jitpack.io/docs/BUILDING/#custom-commands
If I write a documented command like echo, it should work.
This breaks builds, since I can't cd, call scripts or even set JDK version.
Additional context
The builds are now broken, due to you no longer respecting jitpack.yml.+
Describe the bug
jitpack.yml used to work, for example echo, jvm version, cd etc.
At some point you changed something and jitpack is now ignored!
To Reproduce
Create a project with jitpack.yml and write a simple command like:
before_install:
That echo is never shown!
Expected behavior
jitpack.yml used to work and is documented here:
https://jitpack.io/docs/BUILDING/#custom-commands
If I write a documented command like echo, it should work.
This breaks builds, since I can't cd, call scripts or even set JDK version.
Additional context
The builds are now broken, due to you no longer respecting jitpack.yml.+