-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't workinginfos neededExtra informations are neededExtra informations are needed
Description
When trying to use extends with a job defined in locally included yml file, glci 0.4.1 tells me, Can't extend job '.docker_build': job doesn't exist..
Simplified example:
docker.yml
.docker_build:
image: docker:stable
scripts:
..gitlab-ci.yml
include:
- local: '/gitlab-ci-templates/docker.yml'
my job:
extends: .docker_build
variables:
...That example works on GitLab.com.
Is this a limitation of glci or a bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginfos neededExtra informations are neededExtra informations are needed