Deactivate pipeline
This commit is contained in:
parent
0929bfc0b0
commit
e2327ee82d
1 changed files with 8 additions and 8 deletions
|
|
@ -11,13 +11,13 @@ variables:
|
||||||
|
|
||||||
|
|
||||||
# A full installation of CARA, tested with pytest.
|
# A full installation of CARA, tested with pytest.
|
||||||
test_install:
|
# test_install:
|
||||||
extends: .acc_py_full_test
|
# extends: .acc_py_full_test
|
||||||
|
|
||||||
|
|
||||||
# A development installation of CARA tested with pytest.
|
# A development installation of CARA tested with pytest.
|
||||||
test_dev:
|
# test_dev:
|
||||||
extends: .acc_py_dev_test
|
# extends: .acc_py_dev_test
|
||||||
|
|
||||||
|
|
||||||
# A development installation of CARA tested with pytest.
|
# A development installation of CARA tested with pytest.
|
||||||
|
|
@ -69,10 +69,10 @@ check_openshift_config_prod:
|
||||||
|
|
||||||
|
|
||||||
# A development installation of CARA tested with pytest.
|
# A development installation of CARA tested with pytest.
|
||||||
test_dev-39:
|
# test_dev-39:
|
||||||
variables:
|
# variables:
|
||||||
PY_VERSION: "3.9"
|
# PY_VERSION: "3.9"
|
||||||
extends: .acc_py_dev_test
|
# extends: .acc_py_dev_test
|
||||||
|
|
||||||
|
|
||||||
.image_builder:
|
.image_builder:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue