Skip to content

Commit 7125083

Browse files
committed
Fix CI/CD pipeline
1 parent 00ba62f commit 7125083

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}
4+

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
NEXT_PUBLIC_FRONTEND_URL: ${{ secrets.NEXT_PUBLIC_FRONTEND_URL }}
9494
NEXT_PUBLIC_THEGRAPH_API_URL: ${{ secrets.NEXT_PUBLIC_THEGRAPH_API_URL }}
9595
run: |
96-
if [[ "$DOCKER_BRANCH" == "master" ]]; then
96+
if [[ "$DOCKER_BRANCH" == "main" ]]; then
9797
export HOSTNAME="analytics.rmm.$DOMAIN_URL"
9898
elif [[ "$DOCKER_BRANCH" == "preprod" ]]; then
9999
export HOSTNAME="analytics.rmm.$DOCKER_BRANCH.$DOMAIN_URL"

0 commit comments

Comments
 (0)