redhat-buildpacks / testing

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

Shipwright: The export phase generates the error: bash: line 2: results.APP_IMAGE_DIGEST.path: command not found sha256:xxx #17

Open cmoulliard opened 1 year ago

cmoulliard commented 1 year ago

Issue

The export phase generates the error:

bash: line 2: results.APP_IMAGE_DIGEST.path: command not found
sha256:6d68c3350aa92aa689434af08efa9188e1f9df54369305575296cdccf0f556f5

Such a code is coming from the Tekton task where they use this property

  results:
    - name: APP_IMAGE_DIGEST
      description: The digest of the built `APP_IMAGE`.