Skip to content

Commit

Permalink
ci: add aur user data
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed Apr 14, 2022
1 parent 64aad92 commit 7544a03
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 @@ -61,6 +61,8 @@ jobs:

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

# log the current contents
- run: cat lcarswm/PKGBUILD
Expand Down

0 comments on commit 7544a03

Please sign in to comment.