Skip to content

Commit

Permalink
ci: fix AUR deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
atennert committed Feb 17, 2022
1 parent 9b8d485 commit 6f915ce
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 lcarsde-status-bar
- run: git clone ssh://[email protected]/lcarsde-status-bar.git
- run: cd lcarsde-status-bar && git config user.email "$AUR_GIT_EMAIL"
- run: cd lcarsde-status-bar && git config user.name "$AUR_GIT_NAME"

# log the current contents
- run: cat lcarsde-status-bar/PKGBUILD
Expand Down

0 comments on commit 6f915ce

Please sign in to comment.