Skip to content

Commit

Permalink
chore: rename project references as android, deprecating scala repo (…
Browse files Browse the repository at this point in the history
…dev) (#2444)
  • Loading branch information
yamilmedina committed Nov 21, 2023
1 parent d0db739 commit 5d2ca2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-results.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
# The event file is a JSON containing the data of the event that triggered the tests.
# In this case, it will contain information about the PR.
run: |
CHECKS_LINK="https://github.com/wireapp/wire-android-reloaded/actions/runs/${{ github.event.workflow_run.id }}"
CHECKS_LINK="https://github.com/wireapp/wire-android/actions/runs/${{ github.event.workflow_run.id }}"
PR_NUMBER=$(jq --raw-output .pull_request.number "$EVENT_FILE_PATH")
gh pr comment "$PR_NUMBER" --body "APKs built during tests are available [here]($CHECKS_LINK). Scroll down to **Artifacts**!"
Expand Down
2 changes: 1 addition & 1 deletion AR-builder.groovy
Expand Up @@ -23,7 +23,7 @@ String shellQuote(String s) {

def postGithubComment(String changeId, String body) {
def authHeader = shellQuote("Authorization: token ${env.GITHUB_API_TOKEN}")
def apiUrl = shellQuote("https://api.github.com/repos/wireapp/wire-android-reloaded/issues/${changeId}/comments")
def apiUrl = shellQuote("https://api.github.com/repos/wireapp/wire-android/issues/${changeId}/comments")

// The comment body must be quoted for embedding into a JSON string,
// and the JSON string must be quoted for embedding into the shell command
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -42,7 +42,7 @@ String shellQuote(String s) {

def postGithubComment(String changeId, String body) {
def authHeader = shellQuote("Authorization: token ${env.GITHUB_API_TOKEN}")
def apiUrl = shellQuote("https://api.github.com/repos/wireapp/wire-android-reloaded/issues/${changeId}/comments")
def apiUrl = shellQuote("https://api.github.com/repos/wireapp/wire-android/issues/${changeId}/comments")

// The comment body must be quoted for embedding into a JSON string,
// and the JSON string must be quoted for embedding into the shell command
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# Wire™
[![codecov](https://codecov.io/gh/wireapp/wire-android-reloaded/branch/develop/graph/badge.svg?token=9ELBEPM793)](https://codecov.io/gh/wireapp/wire-android-reloaded)
[![codecov](https://codecov.io/gh/wireapp/wire-android/branch/develop/graph/badge.svg?token=9ELBEPM793)](https://codecov.io/gh/wireapp/wire-android)
[![Crowdin](https://badges.crowdin.net/wire-android-reloaded/localized.svg)](https://crowdin.com/project/wire-android-reloaded)

[![Wire logo](https://github.com/wireapp/wire/blob/master/assets/header-small.png?raw=true)](https://wire.com/jobs/)
Expand Down
Expand Up @@ -126,7 +126,7 @@ Sample text here...
```
# Links
[AR PR](https://github.com/wireapp/wire-android-reloaded/pulls)
[AR PR](https://github.com/wireapp/wire-android/pulls)
Autoconverted link https://github.com/wireapp/kalium/pulls
"""
Expand Down

0 comments on commit 5d2ca2e

Please sign in to comment.