Skip to content

Commit

Permalink
add username/email to git test
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Dec 16, 2024
1 parent c67ac74 commit 20789a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ tasks:
- cmd: |
cd "${PROJECT_NAME}" || exit
git config commit.gpgsign false
git config user.email "[email protected]"
git config user.name "Doug Unicorn"
git remote set-url origin "https://doug:${GITLAB_TOKEN}@gitlab.uds.dev/doug/${PROJECT_NAME}-firefox.git"
touch hello-kitteh.txt && git add . && git commit -m "Add hello kitteh"
git push -u origin --all
Expand Down

0 comments on commit 20789a7

Please sign in to comment.