diff options
| author | Abhinav Gupta <mail@abhinavg.net> | 2022-12-18 23:01:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-18 23:01:01 -0800 |
| commit | 47a726398b055cf77df38addf90a1a388a53b2c7 (patch) | |
| tree | c717b45136cdf3f70218f578333398713aa5faa5 /.dockerignore | |
| parent | 442df014f2dd5ca897b80fcad889726a230ccaf2 (diff) | |
| download | sally-47a726398b055cf77df38addf90a1a388a53b2c7.tar.gz | |
Delete unused Docker infrastructure (#60)
This was all added back when these tests were running on Travis CI
and attempted to create an isolated build of sally.
This is all no longer necessary because GitHub Actions and Go modules
provide enough isolation.
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 22d0d82..0000000 --- a/.dockerignore +++ /dev/null @@ -1 +0,0 @@ -vendor |