Skip to content

Commit

Permalink
Renamed mapped volume
Browse files Browse the repository at this point in the history
  • Loading branch information
peterklijn committed Aug 25, 2022
1 parent fa4b681 commit d194e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
context: ..
dockerfile: ./.docker/ci.Dockerfile
volumes:
- ..:/hammerspoon-shifit
- ..:/shifit
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ci-init:
docker-compose -f .docker/docker-compose.ci.yaml build

ci-lint:
docker-compose -f .docker/docker-compose.ci.yaml run hammerspoon-shiftit-ci luacheck --globals hs -- hammerspoon-shifit/
docker-compose -f .docker/docker-compose.ci.yaml run hammerspoon-shiftit-ci luacheck --globals hs -- shifit/

.PHONY: ci-init ci-lint

0 comments on commit d194e06

Please sign in to comment.