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

Commit

Permalink
Clearify azure pipeline naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Dec 17, 2020
1 parent 55763b2 commit 1b4df4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/runTestFromPkgOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
sudo yum install -y python3-accelize-drm
sudo yum install -y libaccelize-drm
sudo yum install -y libaccelize-drm-devel
displayName: Install drmlib from package on ${{ config.os_distrib }}
displayName: Install drmlib from package on centos
condition: ${{ contains(config.os_distrib, 'centos') }}
- script: |
Expand All @@ -98,7 +98,7 @@ jobs:
sudo apt install -y python3-accelize-drm
sudo apt install -y libaccelize-drm
sudo apt install -y libaccelize-drm-dev
displayName: Install drmlib from package on ${{ config.os_distrib }}
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
Expand Down

0 comments on commit 1b4df4a

Please sign in to comment.