We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105b125 commit 0c7ba1fCopy full SHA for 0c7ba1f
azure-pipelines.yml
@@ -108,11 +108,10 @@ jobs:
108
container: 'debian:stretch'
109
python_version: '3.6'
110
install_python: |
111
- sudo echo "deb http://ftp.debian.org/debian testing main" >> /etc/apt/sources.list
+ echo "deb http://ftp.debian.org/debian testing main" | sudo tee -a /etc/apt/sources.list
112
sudo apt-get update
113
sudo apt-get install -t testing python3.6 python3.6-dev
114
115
-
116
- template: etc/ci/azure-container-rpm.yml
117
parameters:
118
name: CentOS7_py27
0 commit comments