mirror of https://github.com/aliasrobotics/cai.git
Ommit rules for building base image
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
b7ca986e61
commit
fba353220a
|
|
@ -19,7 +19,7 @@ include:
|
|||
- project: 'aliasrobotics/alias_research/cai'
|
||||
ref: main
|
||||
file:
|
||||
- 'ci/build/.build.yml' # build
|
||||
- 'ci/build/.build.yml' # build
|
||||
#- 'ci/setup/.setup.yml' # setup
|
||||
- 'ci/test/.test.yml' # test
|
||||
#- 'ci/ctfs/.ctf.yml' # ctf
|
||||
|
|
|
|||
|
|
@ -39,10 +39,10 @@
|
|||
tags: # local runners won't have the right configuration
|
||||
- p40
|
||||
- x86
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH'
|
||||
changes:
|
||||
- .devcontainer/Dockerfile
|
||||
- ci/build/**/*
|
||||
when: on_success
|
||||
- when: never
|
||||
# rules:
|
||||
# - if: '$CI_COMMIT_BRANCH'
|
||||
# changes:
|
||||
# - .devcontainer/Dockerfile
|
||||
# - ci/build/**/*
|
||||
# when: on_success
|
||||
# - when: never
|
||||
|
|
|
|||
Loading…
Reference in New Issue