diff options
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51967fa1a..e8747ba0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,8 +46,6 @@ build: stage: build script: - - dnf -y install libudisks2-devel # FIXME: Remove when new images built - - *environment_information - *build_procedure @@ -78,7 +76,6 @@ test: script: - *environment_information - - dnf -y install libudisks2-devel # FIXME: Remove when new images built - | if [[ -n "${CI_COMMIT_TAG}" ]]; then @@ -107,7 +104,6 @@ coverage: - master@GNOME/gnome-control-center script: - - dnf -y install libudisks2-devel # FIXME: Remove when new images built - *environment_information - *build_procedure - *run_tests @@ -265,7 +261,6 @@ stop_review: stage: manual when: manual script: - - dnf -y install libudisks2-devel # FIXME: Remove when new images built - *environment_information - *build_procedure - *run_tests |