diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2020-07-15 11:10:48 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-07-17 13:01:11 +0000 |
commit | e7d085f9701ae6455a5675cc4abcbdb9f0e24eef (patch) | |
tree | f5894b07d7c37c627e34538eeceeec20a7a43197 | |
parent | 75f3009ce33878d92448fd659d08256a24f7f4db (diff) | |
download | buildstream-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.
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |