File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 38
38
# - dist-clean - clean release packages for all target platforms
39
39
# - unit-test-clean - cleans unit test state (particularly from docker)
40
40
# - basic-checks - performs basic checks like license, spelling, trailing spaces and linter
41
- # - enable_ci_only_tests - triggers unit-tests in downstream jobs. Applicable only for CI not to
42
- # use in the local machine.
43
41
# - docker-thirdparty - pulls thirdparty images (kafka,zookeeper,couchdb)
44
42
# - docker-tag-latest - re-tags the images made by 'make docker' with the :latest tag
45
43
# - docker-tag-stable - re-tags the images made by 'make docker' with the :stable tag
@@ -186,8 +184,6 @@ unit-test: unit-test-clean docker-thirdparty ccenv baseos
186
184
187
185
unit-tests : unit-test
188
186
189
- enable_ci_only_tests : unit-test
190
-
191
187
verify : export JOB_TYPE=VERIFY
192
188
verify : unit-test
193
189
You can’t perform that action at this time.
0 commit comments