Skip to content
Snippets Groups Projects

gitlab-ci: Use the helper-tools pipeline to update binaries

Merged Emanuele Aina requested to merge wip/em/gitlab-ci into apertis/v2021dev3
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 13
0
variables:
osname: apertis
release: v2021dev3
include:
- project: tests/helper-tools
ref: apertis/v2021dev3
file: /gitlab-ci/update-test-binaries.yaml
update-test-binaries:
stage: build
extends:
- .update-test-binaries
Loading