Skip to content

Commit

Permalink
ci: set user info for AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed Nov 7, 2021
1 parent 899ea18 commit 929a367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

# get deployment files for lcarsde-app-menu
- run: git clone ssh://aur@aur.archlinux.org/lcarsde-app-menu.git
- run: cd lcarsde-app-menu && git config user.email "$AUR_GIT_EMAIL"
- run: cd lcarsde-app-menu && git config user.name "AUR_GIT_NAME"

# log the current contents
- run: cat lcarsde-app-menu/PKGBUILD
Expand Down

0 comments on commit 929a367

Please sign in to comment.