Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson Souza Matias authored and Janderson Souza Matias committed Nov 22, 2023
1 parent f9e0df5 commit e31fed6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/switch-to-nepal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ fi
# Navega para o diretório raiz do projeto Android
cd ../..

echo "Diretório atual:"
pwd

echo "Listando arquivos no diretório atual:"
ls -l

# Substitui a string no arquivo build.gradle
# Utiliza o comando sed para a substituição
sed -i '' "s/applicationId 'com.coachappsl'/applicationId 'com.coachappnp'/" build.gradle
Expand Down

0 comments on commit e31fed6

Please sign in to comment.