Skip to content

Commit

Permalink
Applied review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Mar 13, 2019
1 parent 38fc8d7 commit 764a31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- script: |
echo install ODBC and dependencies
sudo apt-get purge unixodbc
sudo sudo apt autoremove
sudo apt autoremove
sudo curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > mssql-release.list
sudo mv mssql-release.list /etc/apt/sources.list.d/
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
export LANG='en_US.UTF-8'
export LANGUAGE='en_US:en'
export LC_ALL='en_US.UTF-8'
displayName: 'Add locale iso-8859-1'
displayName: 'Generate locales for testing'
- script: |
echo setting env variables
Expand Down

0 comments on commit 764a31e

Please sign in to comment.