Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🐛 Create intermediate path for resources stored as files. #94

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Jun 7, 2024

The java extension CR defines:

    resources:
    - fields:
      - key: maven.settings.path
        name: settings
        path: /shared/creds/maven/settings.xml
      selector: identity:kind=maven

/shared exists but creds/maven needs to be created on demand.

Reported by CI as:

 "errors": [
      {
        "severity": "Error",
        "description": "open /shared/creds/maven/settings.xml: no such file or directory"
      }
    ],

Signed-off-by: Jeff Ortel <jortel@redhat.com>
@jortel jortel changed the title Create intermediate path for resources stored as files. 🐛 Create intermediate path for resources stored as files. Jun 7, 2024
@jortel jortel merged commit 7e66056 into konveyor:main Jun 8, 2024
3 of 7 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants