Skip to content

Commit 13ad9cd

Browse files
authored
Rename Docker compose file (#1261)
1 parent bbd315e commit 13ad9cd

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

Diff for: .devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json.
22
{
33
"name": "ActiveRecord SQL Server Adapter project development",
4-
"dockerComposeFile": "docker-compose.yml",
4+
"dockerComposeFile": "compose.yaml",
55
"service": "activerecord-sqlserver-adapter",
66
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
77

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
1515

1616
env:
17-
COMPOSE_FILE: docker-compose.ci.yml
17+
COMPOSE_FILE: compose.ci.yaml
1818

1919
strategy:
2020
fail-fast: false

Diff for: docker-compose.ci.yml renamed to compose.ci.yaml

File renamed without changes.

0 commit comments

Comments
 (0)