Skip to content

Commit 7eaaa09

Browse files
committed
added exec perms to yml file
1 parent 8418025 commit 7eaaa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdm-integrationtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
working-directory: SIT
2020
run: |
2121
echo "Testing SIT with cdm"
22-
git update-index --chmod=+x ./environment.sh
22+
chmod o+rx ./environment.sh
2323
make -f Makefile

0 commit comments

Comments
 (0)