Skip to content
Snippets Groups Projects
Commit 9d7c9c06 authored by Chandan Singh's avatar Chandan Singh
Browse files

Derive import plugin from Element instead of BuildElement

The `import` element is not really a build element. The main purpose of
the `BuildElement` class is to allow users to run `build-commands`,
`install-commands` etc. But, `import` does not run such commands.
Moreover, we already override all the methods provided by
`BuildElement`. So it only makes it confusing to have it derived from
`BuildElement` class when it is not a build element.

So, derive it from the base `Element` class instead.
parent 9911023f
No related branches found
No related tags found
No related merge requests found
Pipeline #43938271 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment