Since the section now only consists of a single command, we can happily
move the command to the main integration template job body.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
ci/integration-template.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/ci/integration-template.yml b/ci/integration-template.yml
index f9903cdbb4..a5d0fee3d9 100644
--- a/ci/integration-template.yml
+++ b/ci/integration-template.yml
@@ -24,10 +24,6 @@
- sudo make install
-.install-deps: &install-deps
- - sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
-
-
.collect-logs: &collect-logs
- set +e
- shopt -s nullglob
@@ -50,7 +46,7 @@
stage: integration_tests
before_script:
- mkdir "$SCRATCH_DIR"
- - *install-deps
+ - sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
script:
- chmod +x ci/integration.sh && ci/integration.sh
after_script:
--
2.39.0