summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2020-07-15 11:10:48 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-17 13:01:11 +0000
commite7d085f9701ae6455a5675cc4abcbdb9f0e24eef (patch)
treef5894b07d7c37c627e34538eeceeec20a7a43197 /.gitlab-ci.yml
parent75f3009ce33878d92448fd659d08256a24f7f4db (diff)
downloadbuildstream-e7d085f9701ae6455a5675cc4abcbdb9f0e24eef.tar.gz
.gitlab-ci.yml: Remove undefined PLUGINS_TESTS_COMMAND
This variable is undefined, and was probably missed during some previous cleanup. At present, this acts as a no-op.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93ee0f975..dc4a640a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,7 +153,6 @@ tests-fedora-missing-deps:
- chown -R buildstream:buildstream .
- ${TEST_COMMAND}
- - ${PLUGINS_TESTS_COMMAND}
tests-fedora-update-deps:
@@ -171,7 +170,6 @@ tests-fedora-update-deps:
- cat requirements/*.txt
- su buildstream -c "${TEST_COMMAND}"
- - su buildstream -c "${PLUGINS_TESTS_COMMAND}"
tests-remote-execution:
allow_failure: true