Skip to content
Snippets Groups Projects

L2SS-259: Integrate unit tests using Continuous Integration (CI)

Merged L2SS-259: Integrate unit tests using Continuous Integration (CI)
All threads resolved!
Merged Corné Lukken requested to merge L2SS-259-ci-unit-tests into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • eff25bf4
    L2SS-259: Pin PBR_VERSION in gitlab-ci · eff25bf4
    Corné Lukken authored
    This is actually unused as we have our own method to determine
    the version for packaging.
+ 1
0
image: artefact.skatelescope.org/ska-tango-images/tango-itango:9.3.3.7
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PBR_VERSION: "0.1"
cache:
paths:
- .cache/pip
Loading