Skip to content

Commit 69b7449

Browse files
committed
Fix permissions
1 parent 154f81d commit 69b7449

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2
1+
2.3.3

build.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
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

0 commit comments

Comments
 (0)