Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix azure pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Jan 7, 2021
1 parent b0e51f8 commit 078295d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/runTestFromPkgOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
displayName: Create Accelize credentials file
- script: |
sudo yum install -y yum-utils python3-pip python3-setuptools
sudo yum install -y yum-utils python3-pip
sudo yum-config-manager --add-repo https://tech.accelize.com/rpm/accelize_stable.repo
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum install -y python3-accelize-drm
Expand All @@ -91,7 +91,7 @@ jobs:
- script: |
sudo apt update
sudo apt install -y apt-transport-https software-properties-common lsb-release gnupg curl python3-pip python3-setuptools
sudo apt install -y apt-transport-https software-properties-common lsb-release gnupg curl python3-pip
curl -fsSL https://tech.accelize.com/gpg | sudo apt-key add -
sudo add-apt-repository "deb https://tech.accelize.com/deb $(lsb_release -cs) stable"
sudo apt update
Expand All @@ -101,7 +101,7 @@ jobs:
displayName: Install drmlib from package on ubuntu
condition: ${{ contains(config.os_distrib, 'ubuntu') }}
- script: sudo -E tox -p all -e cpp-install,c-install,integration-install
- script: sudo -E tox -e cpp-install,c-install,integration-install
-- --cred=$(Build.SourcesDirectory)/cred.json --server=prod --artifacts_dir=$(Build.SourcesDirectory)/artifacts -rxs ${{ config.tox_extra_option }}
displayName: Run tests from package with Tox on ${{ config.os_distrib }}
env:
Expand Down

0 comments on commit 078295d

Please sign in to comment.