Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ on:
- develop*
- MOSIP*
jobs:
build-secure-keystore:
uses: mosip/kattu/.github/workflows/npm-android-build.yml@master
with:
SERVICE_LOCATION: 'js'
ANDROID_LOCATION: 'android'
BUILD_ARTIFACT: secure-keystore
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}

build-kotlin:
uses: mosip/kattu/.github/workflows/gradle-build.yml@master
with:
Expand All @@ -37,17 +28,6 @@ jobs:
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}

publish-secure-keystore-to-npm-registry:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name == 'workflow_dispatch' }}"
#needs: build-secure-keystore
uses: mosip/kattu/.github/workflows/npm-publish-to-npm-registry.yml@master
with:
SERVICE_LOCATION: 'js'
ANDROID_LOCATION: 'android'
secrets:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_INJI_TEAM }}

sonar-analysis-kotlin:
needs: build-kotlin
if: "${{ github.event_name != 'pull_request' }}"
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ yarn-error.log
# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore
kotlin/android/app/libs
kotlin/android/keystores/debug.keystore

# Expo
.expo/*
Expand Down
Binary file removed js/.DS_Store
Binary file not shown.
154 changes: 0 additions & 154 deletions js/android/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions js/android/gradle.properties

This file was deleted.

Binary file removed js/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions js/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading