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

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin authored Apr 30, 2020
1 parent 9adb94f commit 318fa66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ stages:
inputs:
scriptSource: inline
script: |
import sys
sys.append("$(Build.SourcesDirectory)/deployment")
from acid import export
from acid_drm import get_drm_version
export("version", get_drm_version())
Expand Down

0 comments on commit 318fa66

Please sign in to comment.