Skip to content

Commit fadfbaf

Browse files
authored
Update CI.yml
Removed plugins copy step as this is no longer required
1 parent 67e5b2c commit fadfbaf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ jobs:
3939
- name: Grant execute permission for gradlew
4040
run: chmod +x gradlew
4141
- name: Prepare
42-
run: mkdir -p /tmp/mapping-service/{schemas,plugins}
43-
- name: Copy Plugins
44-
run: cp plugins/* /tmp/mapping-service/plugins
45-
- name: List Plugins
46-
run: ls -la /tmp/mapping-service/plugins
42+
run: mkdir -p /tmp/mapping-service/{schemas}
4743
- name: Clean
4844
run: ./gradlew clean
4945
# - if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)