Skip to content

Commit 0c03a17

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 1372994 commit 0c03a17

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ steps:
7373
cp $(php_private_key.secureFilePath) code-examples-php-private/private.key
7474
displayName: 'place private.key'
7575

76+
- task: DownloadSecureFile@1
77+
name: php_dockerfile
78+
displayName: 'download Dockerfile'
79+
inputs:
80+
secureFile: 'php.Dockerfile'
81+
82+
83+
- script: |
84+
echo "place Dockerfile"
85+
cp $(php_ds_config.secureFilePath) code-examples-php-private/Dockerfile
86+
displayName: 'place Dockerfile'
87+
7688
- script: dir $(Build.SourcesDirectory)
7789

7890
- script: dir $(Build.SourcesDirectory)/code-examples-php-private
@@ -83,6 +95,11 @@ steps:
8395
docker compose up -d
8496
displayName: 'start php app'
8597

98+
- script: |
99+
cd code-examples-php-private
100+
docker exec -it --user www-data docusign-php-fpm composer install
101+
displayName: 'Install dependencies'
102+
86103
- script: |
87104
cd IntegrationTests
88105
mvn clean test -DsuiteXmlFile="php_suite.xml"

0 commit comments

Comments
 (0)