Skip to content

Commit f80c0cf

Browse files
committed
fix: add missing environment key in build-docker-compose.yaml
The CASC_RELOAD_TOKEN environment variable was missing its parent 'environment:' key, causing a YAML parsing error in updatecli. This was likely introduced when GITPOD_WORKSPACE_URL variables were removed, leaving the environment section malformed.
1 parent 86ee826 commit f80c0cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build-docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
build: dockerfiles/.
4646
restart: on-failure
4747
# The CASC_RELOAD_TOKEN environment variable is used by the Jenkins controller to restart the Configuration as Code (JCasc) plugin configuration.
48+
environment:
4849
- CASC_RELOAD_TOKEN=thisisnotsecure
4950
ports:
5051
- "8080:8080"

0 commit comments

Comments
 (0)