Skip to content

Commit aa0a84c

Browse files
committed
update the git commands to fix next steps workflow
1 parent 652825d commit aa0a84c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if HasWorkflows %}next_steps.yml{% endif %}.jinja

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
git config --global user.name 'NLeSC Python template'
2727
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
2828
git pull # other next step workflows may push changes before
29-
git rm .github/workflows/next_steps_citation.yml
3029
git rm .github/workflows/next_steps_citation_issue.md
3130
git commit -am "Cleanup automated next steps issue generator for citation"
3231
git push
@@ -49,7 +48,6 @@ jobs:
4948
git config --global user.name 'NLeSC Python template'
5049
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
5150
git pull # other next step workflows may push changes before
52-
git rm .github/workflows/next_steps_linting.yml
5351
git rm .github/workflows/next_steps_linting_issue.md
5452
git commit -am "Cleanup automated next steps issue generator"
5553
git push
@@ -72,7 +70,6 @@ jobs:
7270
git config --global user.name 'NLeSC Python template'
7371
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
7472
git pull # other next step workflows may push changes before
75-
git rm .github/workflows/next_steps_online_documentation.yml
7673
git rm .github/workflows/next_steps_online_documentation_issue.md
7774
git commit -am "Cleanup automated next steps issue generator for online documentation"
7875
git push
@@ -95,7 +92,6 @@ jobs:
9592
git config --global user.name 'NLeSC Python template'
9693
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
9794
git pull # other next step workflows may push changes before
98-
git rm .github/workflows/next_steps_zenodo.yml
9995
git rm .github/workflows/next_steps_zenodo_issue.md
10096
git commit -am "Cleanup automated next steps issue generator for zenodo"
10197
git push
@@ -118,7 +114,6 @@ jobs:
118114
git config --global user.name 'NLeSC Python template'
119115
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
120116
git pull # other next step workflows may push changes before
121-
git rm .github/workflows/next_steps_sonarcloud.yml
122117
git rm .github/workflows/next_steps_sonarcloud_issue.md
123118
git commit -am "Cleanup automated next steps issue generator for sonarcloud"
124119
git push

0 commit comments

Comments
 (0)