Skip to content

Commit

Permalink
Change default job name in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
creichert committed Sep 26, 2018
1 parent 6a07b4b commit 25bac73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
jobs:
dotfiles:
build:
working_directory: ~/dotfiles/dotfiles
docker:
- image: assertible/ci
Expand All @@ -9,3 +9,5 @@ jobs:
- run: apt update && apt install stow -y --no-install-recommends
- run: make dotfiles
- run: make dotemacs
- run: make xmonad
- run: make theme

0 comments on commit 25bac73

Please sign in to comment.