Skip to content

Commit

Permalink
chore: Remove docker stuff, replace with .envrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 19, 2022
1 parent b52ae7d commit 2eb1f48
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use flake github:loophp/nix-auto-changelog
use flake github:loophp/nix-shell#env-php81-nts --impure
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
/.github export-ignore
/docker export-ignore
/docs export-ignore
/features export-ignore
/spec export-ignore
/src/Tests export-ignore
/tests export-ignore
/.auto-changelog export-ignore
/.editorconfig export-ignore
/.envrc export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/behat.yaml export-ignore
/behat.yaml.dist export-ignore
/docker-compose.yaml export-ignore
/grumphp.yml export-ignore
/grumphp.yml.dist export-ignore
/infection.json export-ignore
Expand Down
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/composer.lock
/vendor
/.php_cs.cache
/.direnv/
/.idea/
/build/
/build/
/vendor/
/.php_cs.cache
/composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
}
},
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
"changelog-unreleased": "auto_changelog -c .auto-changelog -u",
"changelog-version": "auto_changelog -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run"
}
}
14 changes: 0 additions & 14 deletions docker-compose.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions docker/auto-changelog/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions docker/doc/Dockerfile

This file was deleted.

0 comments on commit 2eb1f48

Please sign in to comment.