File tree 3 files changed +3
-3
lines changed
.github/composites/setup-unit
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
- name : Build the docker-compose stack
8
8
shell : bash
9
9
run : |
10
- docker- compose -f docker-compose-ci.yml up -d
10
+ docker compose -f docker-compose-ci.yml up -d
11
11
sleep 30
12
12
13
13
Original file line number Diff line number Diff line change 26
26
27
27
<br />
28
28
<p align =" center " >
29
- <a href="https://www.youtube.com/watch?v=h-P0eK2xN58&ab_channel=Kestra " target="_blank">
29
+ <a href="https://go.kestra.io/video/product-overview " target="_blank">
30
30
<img src="https://kestra.io/startvideo.png" alt="Get started in 4 minutes with Kestra" width="640px" />
31
31
</a>
32
32
</p >
Original file line number Diff line number Diff line change 1
- docker- compose -f docker-compose-ci.yml up -d
1
+ docker compose -f docker-compose-ci.yml up -d
2
2
sleep 30
You can’t perform that action at this time.
0 commit comments