Download:
child 162:ee031ea48eb0
parent 160:9cff55b8bb87
161:e45e99c140a8
Anton Shestakov <av6@dwimlabs.net>, Tue, 31 Oct 2017 13:09:18 +0800
pipelines: heed apt's warning and use apt-get, update, -y

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Tue Oct 31 13:06:26 2017 +0800
+++ b/bitbucket-pipelines.yml Tue Oct 31 13:09:18 2017 +0800
@@ -10,5 +10,5 @@
- pip install -r REQUIREMENTS
- ./test.py
- - apt install wget tar unzip
+ - apt-get update && apt-get install -y wget tar unzip
- make -j libs