File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -251,25 +251,12 @@ commands:
251
251
- restore_build_cache :
252
252
cacheType : lib
253
253
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
-
261
254
- run :
262
255
name : Install python 3.9
263
256
command : |
264
257
sudo apt-get install python3.9-full python3.9-dev python3.9-venv
265
258
echo 'export PATH="$HOME/.local/bin:$PATH"' >>"$BASH_ENV"
266
259
267
- - run :
268
- name : versions
269
- command : |
270
- docker --version
271
- docker-compose --version
272
-
273
260
- run :
274
261
name : Clone system-tests
275
262
command : |
You can’t perform that action at this time.
0 commit comments