We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e5b2c commit fadfbafCopy full SHA for fadfbaf
.github/workflows/CI.yml
@@ -39,11 +39,7 @@ jobs:
39
- name: Grant execute permission for gradlew
40
run: chmod +x gradlew
41
- 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
+ run: mkdir -p /tmp/mapping-service/{schemas}
47
- name: Clean
48
run: ./gradlew clean
49
# - if: matrix.os == 'windows-latest'
0 commit comments