Skip to content

Commit 915394f

Browse files
authored
Remove docker-compose install in system-tests (#5695)
Not needed anymore.
1 parent 14559b4 commit 915394f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -251,25 +251,12 @@ commands:
251251
- restore_build_cache:
252252
cacheType: lib
253253

254-
- run:
255-
# TODO: removes this step once host-in-runner is merged on system tests
256-
name: Install good version of docker-compose
257-
command: |
258-
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
259-
sudo chmod +x /usr/local/bin/docker-compose
260-
261254
- run:
262255
name: Install python 3.9
263256
command: |
264257
sudo apt-get install python3.9-full python3.9-dev python3.9-venv
265258
echo 'export PATH="$HOME/.local/bin:$PATH"' >>"$BASH_ENV"
266259
267-
- run:
268-
name: versions
269-
command: |
270-
docker --version
271-
docker-compose --version
272-
273260
- run:
274261
name: Clone system-tests
275262
command: |

0 commit comments

Comments
 (0)