• Nils Goroll's avatar
    Make ascn's need optional · 0b184ef5
    Nils Goroll authored
    If changes did not trigger a klarlack build, gitlab CI would file this
    complaint:
    
      Found errors in your .gitlab-ci.yml:
    
        'build:ascn' job needs 'build:klarlack' job
        but 'build:klarlack' is not in any previous stage
    
    despite the fact that the ci file lints just fine.
    
    IIUC, the issue is that for the triggered pipeline, the klarlack build job
    just would not exist.
    
    In this case, we can build ascn on top of the previous klarlack build.
    0b184ef5
Name
Last commit
Last update
charts Loading commit data...
cmd Loading commit data...
container Loading commit data...
deploy Loading commit data...
docs Loading commit data...
examples Loading commit data...
hack Loading commit data...
pkg Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.kind-gitlab.yaml Loading commit data...
COPYING Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...