Skip to content

Commit cb35987

Browse files
committed
Corrected indentation of added example
1 parent 0921297 commit cb35987

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/examples.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ You can take advantage of [Compose profiles](https://docs.docker.com/compose/pro
125125
```yaml
126126
steps:
127127
- key: test
128-
command: echo 'from inside the container'
129-
env:
130-
COMPOSE_PROFILES: "frontend,debug"
131-
plugins:
132-
- docker-compose#v5.3.0:
133-
run: app
128+
command: echo 'from inside the container'
129+
env:
130+
COMPOSE_PROFILES: "frontend,debug"
131+
plugins:
132+
- docker-compose#v5.3.0:
133+
run: app
134134
```
135135

136136
It is important to understand that, as documented in the official documentation, profiles may prevent some service dependencies from being started up unless the compose file is setup correctly which may cause unforseen issues with your steps when used.

0 commit comments

Comments
 (0)