File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,16 @@ cache:
1111 - $HOME/.gradle/wrapper/
1212before_install :
1313- " openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in codesigning.asc.enc -out codesigning.asc -d && gpg --import ./codesigning.asc || echo"
14- - " openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in codesigning.asc.enc -out ./grpc-spring-boot-starter-gradle-plugin/codesigning.asc -d && gpg --import ./grpc-spring-boot-starter-gradle-plugin/codesigning.asc || echo"
14+ - cd ./grpc-spring-boot-starter-gradle-plugin
15+ - " openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./../codesigning.asc.enc -out codesigning.asc -d && gpg --import ./codesigning.asc || echo"
1516- chmod +x ./publish.sh
1617install : true # disables default "./gradlew assemble" install script
1718after_success :
1819 - ./publish.sh
1920 - bash <(curl -s https://codecov.io/bash)
2021script :
2122 # - ./gradlew build codeCoverageReport
22- - ll
23- - ll ./grpc-spring-boot-starter-gradle-plugin
24- - ./gradlew -S -p grpc-spring-boot-starter-gradle-plugin build
23+ - ./gradlew -S -p grpc-spring-boot-starter-gradle-plugin build
2524
2625
2726
You can’t perform that action at this time.
0 commit comments