Skip to content

Commit 9e3be1e

Browse files
authored
Merge pull request #464 from ForgeRock/SDKS-3595
SDKS-3595 Remove Deprecated Sample Apps
2 parents 8ca531f + 99da6de commit 9e3be1e

File tree

360 files changed

+17
-8176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+17
-8176
lines changed

.github/workflows/bitbar-prepare-artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Sign app-debug-androidTest.apk
5151
uses: r0adkll/sign-android-release@v1
5252
with:
53-
releaseDirectory: samples/app/build/outputs/apk/androidTest/debug
53+
releaseDirectory: e2e/app/build/outputs/apk/androidTest/debug
5454
signingKeyBase64: ${{ secrets.SIGNING_KEYSTORE }}
5555
alias: ${{ secrets.SIGNING_ALIAS }}
5656
keyStorePassword: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }}
@@ -76,7 +76,7 @@ jobs:
7676
if: success()
7777
with:
7878
name: app-debug-androidTest-signed.apk
79-
path: samples/app/build/outputs/apk/androidTest/debug/app-debug-androidTest-signed.apk
79+
path: e2e/app/build/outputs/apk/androidTest/debug/app-debug-androidTest-signed.apk
8080

8181
- name: Publish forgerock-integration-tests-debug-androidTest-signed.apk
8282
uses: actions/upload-artifact@v3
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)