File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments