File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
1
image :
2
2
- Visual Studio 2019
3
- - Ubuntu
4
3
5
4
init :
6
5
- git config --global core.autocrlf input
7
6
8
- services :
9
- - docker
10
-
11
7
install :
12
8
- cmd : >-
13
9
cd tests\RedisConfigs\3.0.503
@@ -45,18 +41,6 @@ install:
45
41
redis-server.exe --service-install --service-name "redis-26381" "..\Sentinel\sentinel-26381.conf" --sentinel
46
42
47
43
cd ..\..\..
48
- - sh : >-
49
- sudo curl -L https://github.com/docker/compose/releases/download/1.26.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
50
-
51
- sudo chmod +x /usr/local/bin/docker-compose
52
-
53
- sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
54
-
55
- cd tests/RedisConfigs
56
-
57
- docker-compose up -d
58
-
59
- cd ../..
60
44
- ps : >-
61
45
if (Get-Command "Start-Service" -errorAction SilentlyContinue) {
62
46
Start-Service redis-*
You can’t perform that action at this time.
0 commit comments