Skip to content

Commit

Permalink
ref(kotlin_validate.yml): refactor kotlin_validate.yml pipeline file
Browse files Browse the repository at this point in the history
  • Loading branch information
malaw-moj committed Jan 14, 2025
1 parent 651aec8 commit 0335932
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/kotlin_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,11 @@ jobs:
cache-dependency-path: |
*.gradle*
**/gradle-wrapper.properties
- name: Dump all data types
shell: bash
run: |
echo "vars ${{ toJson(vars) }}"
- name: Write Certificate file
shell: bash
run: |
ls -la ${{ github.workspace }}
echo "Decoding the Certificate"
echo ${{ secrets.CERTIFICATE }}
echo "${{ secrets.CERTIFICATE }}" | base64 --decode > WebServiceClientCert.pfx
ls -la WebServiceClientCert.pfx
ls -la ${{ github.workspace }}
- name: gradlew check
env:
cache-name: kotlin-cache
Expand Down

0 comments on commit 0335932

Please sign in to comment.