Skip to content

Commit 365c8db

Browse files
author
David Zuckerman
committed
fixed typo for override in compose.ci
1 parent 3e934bc commit 365c8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ services:
22
app:
33
build: !reset
44
image: ${DOCKER_APP_IMAGE}
5-
environment: !overide
6-
- SKIP_SFTP: 'skip_sftp'
5+
environment: !override
6+
- SKIP_SFTP: "skip_sftp"
77
volumes: !override
88
- artifacts:/opt/app/artifacts
99
secrets: !reset

0 commit comments

Comments
 (0)