Skip to content

Commit

Permalink
Remove the TODOs from the migration
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Jul 2, 2024
1 parent 55922d4 commit bef233c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
steps:
- name: Setup Git
uses: frequenz-floss/gh-action-setup-git@v0.x.x
# TODO(cookiecutter): Uncomment this for projects with private dependencies
# with:
# username: ${{ secrets.GIT_USER }}
# password: ${{ secrets.GIT_PASS }}

- name: Print environment (debug)
run: env
Expand Down Expand Up @@ -128,10 +124,6 @@ jobs:
steps:
- name: Setup Git
uses: frequenz-floss/gh-action-setup-git@v0.x.x
# TODO(cookiecutter): Uncomment this for projects with private dependencies
# with:
# username: ${{ secrets.GIT_USER }}
# password: ${{ secrets.GIT_PASS }}

- name: Fetch sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -236,10 +228,6 @@ jobs:
steps:
- name: Setup Git
uses: frequenz-floss/gh-action-setup-git@v0.x.x
# TODO(cookiecutter): Uncomment this for projects with private dependencies
# with:
# username: ${{ secrets.GIT_USER }}
# password: ${{ secrets.GIT_PASS }}

- name: Fetch sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -275,10 +263,6 @@ jobs:
steps:
- name: Setup Git
uses: frequenz-floss/gh-action-setup-git@v0.x.x
# TODO(cookiecutter): Uncomment this for projects with private dependencies
# with:
# username: ${{ secrets.GIT_USER }}
# password: ${{ secrets.GIT_PASS }}

- name: Fetch sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -316,10 +300,6 @@ jobs:
steps:
- name: Setup Git
uses: frequenz-floss/gh-action-setup-git@v0.x.x
# TODO(cookiecutter): Uncomment this for projects with private dependencies
# with:
# username: ${{ secrets.GIT_USER }}
# password: ${{ secrets.GIT_PASS }}

- name: Fetch sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -362,10 +342,6 @@ jobs:
steps:
- name: Setup Git
uses: frequenz-floss/gh-action-setup-git@v0.x.x
# TODO(cookiecutter): Uncomment this for projects with private dependencies
# with:
# username: ${{ secrets.GIT_USER }}
# password: ${{ secrets.GIT_PASS }}

- name: Fetch sources
uses: actions/checkout@v4
Expand Down

0 comments on commit bef233c

Please sign in to comment.