Skip to content

Commit 41255e9

Browse files
authored
Update ci.yml
1 parent 86bd33e commit 41255e9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ jobs:
2424
persist-credentials: false
2525
fetch-depth: 0
2626
submodules: recursive
27-
- name: Install Latest Docker
28-
run: |
29-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
30-
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
31-
sudo apt-get update
32-
sudo apt-get install docker-ce
3327
- name: Build Images
3428
run: |
3529
./services create || true
3630
- name: Run Script
3731
run: |
38-
./services start test && ./services stop test
32+
./services start test && ./services stop test

0 commit comments

Comments
 (0)