redhat-buildpacks / testing

Project aiming to help us to perform e2e tests using Buildpacks
Apache License 2.0
0 stars 3 forks source link

Add a new ENV var for detect phase to enable/disable: CNB_EXPERIMENTAL_MODE #34

Open cmoulliard opened 1 year ago

cmoulliard commented 1 year ago

Todo

Add a new ENV var for the tekton buildpacks phase detect to enable/disable CNB_EXPERIMENTAL_MODE

      env:
        - name: CNB_EXPERIMENTAL_MODE
          value: "true|false"