File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- 2.3.2
1+ 2.3.3
Original file line number Diff line number Diff line change 6767 $repo = '$(Build.Repository.Name)'.Split('/')[-1]
6868 Write-Host "##vso[task.setvariable variable=repo]$repo"
6969
70+ - script : |
71+ chmod -R a+rX .
72+ displayName: Fix file permissions for Docker containers
73+
7074 - task : PowerShell@2
7175 displayName : Set variables
7276 inputs :
@@ -145,12 +149,6 @@ jobs:
145149 displayName: Build test image
146150 condition: and(succeeded(), eq(variables.testFileExists, true))
147151
148- - script : |
149- pwd
150- ls -l ./package.json
151- ls -l /azp/_work/1/s/package.json
152- displayName: Debug package.json path
153-
154152 - script : |
155153 docker compose -f compose.yaml -f compose.test.yaml -p $(repo)-test-$(Build.BuildId) run --rm $(repo)
156154 displayName: Run tests
You can’t perform that action at this time.
0 commit comments