Not using chmod - fixed integration test for Enterprise (#18401)

* Not using chmod

* checking icacls

* Removed push
This commit is contained in:
Ashesh Vidyut 2023-08-08 12:42:03 +05:30 committed by GitHub
parent 63cc037110
commit 96ce4daefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
path: ${{ github.workspace }}
- name: Restore mode+x
run: chmod +x ${{ github.workspace }}\consul.exe
run: icacls ${{ github.workspace }}\consul.exe /grant:rx Everyone:RX
- name: Setup TcpDump Docker Image
shell: bash
@ -1184,7 +1184,7 @@ jobs:
if: ${{ !endsWith(github.repository, '-enterprise') }}
run: |
curl -L --fail "https://github.com/DataDog/datadog-ci/releases/download/v2.17.2/datadog-ci_win-x64.exe" --output "C:/datadog-ci"
chmod +x C:/datadog-ci
icacls C:/datadog-ci /grant:rx Everyone:RX
- name: Upload coverage
# do not run on forks