File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,17 @@ pipeline:
3333 imageName : ubuntu-latest
3434 buildIntelligence :
3535 enabled : false
36- serviceDependencies :
37- - identifier : redis
38- name : Redis
39- type : Service
40- spec :
41- connectorRef : account.har_connector
42- image : redis:alpine
4336 execution :
4437 steps :
38+ - step :
39+ type : Background
40+ name : Start Redis
41+ identifier : start_redis
42+ spec :
43+ connectorRef : account.har_connector
44+ image : redis:alpine
45+ shell : Sh
46+ command : redis-server
4547 - step :
4648 type : Run
4749 name : Ping redis
@@ -51,10 +53,6 @@ pipeline:
5153 command : |-
5254 apt-get update && apt-get install -y redis-tools
5355 redis-cli ping
54- command : |
55- apt-get update && apt-get install -y redis-tools
56-
57- redis-cli -h redis ping
5856 - step :
5957 type : Action
6058 name : Set up Nodejs
You can’t perform that action at this time.
0 commit comments