✅ Ready to clone and code.
This commit is contained in:
committed by
github-actions[bot]
parent
d0bb5584bb
commit
1c56195d78
@@ -16,10 +16,10 @@ echo "Description: $description";
|
||||
|
||||
echo "Renaming project..."
|
||||
|
||||
original_author="author_name"
|
||||
original_name="project_name"
|
||||
original_urlname="project_urlname"
|
||||
original_description="project_description"
|
||||
original_author="Projects"
|
||||
original_name="DotnetTestExe"
|
||||
original_urlname="DotnetTestExe"
|
||||
original_description="Awesome DotnetTestExe created by Projects"
|
||||
# for filename in $(find . -name "*.*")
|
||||
for filename in $(git ls-files)
|
||||
do
|
||||
@@ -30,11 +30,11 @@ do
|
||||
echo "Renamed $filename"
|
||||
done
|
||||
|
||||
mv project_name $name
|
||||
mv project_name.Tests $name.Tests
|
||||
mv project_name.sln $name.sln
|
||||
mv $name/project_name.csproj $name/$name.csproj
|
||||
mv $name.Tests/project_name.Tests.csproj $name.Tests/$name.Tests.csproj
|
||||
mv DotnetTestExe $name
|
||||
mv DotnetTestExe.Tests $name.Tests
|
||||
mv DotnetTestExe.sln $name.sln
|
||||
mv $name/DotnetTestExe.csproj $name/$name.csproj
|
||||
mv $name.Tests/DotnetTestExe.Tests.csproj $name.Tests/$name.Tests.csproj
|
||||
|
||||
# This command runs only once on GHA!
|
||||
rm -rf .gitea/template.yml
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
author: rochacbruno
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
sonarqube:
|
||||
name: SonarQube Trigger
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !contains ('project_name', format('{0}_{1}', 'project', 'name')) }}
|
||||
if: ${{ !contains ('DotnetTestExe', format('{0}_{1}', 'project', 'name')) }}
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v4
|
||||
@@ -24,4 +24,4 @@ jobs:
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||
with:
|
||||
args: >
|
||||
-Dsonar.projectKey=project_name
|
||||
-Dsonar.projectKey=DotnetTestExe
|
||||
Reference in New Issue
Block a user