eventuate-examples / eventuate-micronaut-examples-customers-and-orders

Micronaut version of Eventuate event sourcing-based Customers and Orders
Other
11 stars 5 forks source link

CircleCI build #19 failure: Invalid interpolation format for "build" option in service "orderhistoryqueryside": "${EVENTUATE_JAVA_BASE_IMAGE_VERSION?}" #10

Closed eventuateio closed 3 years ago

eventuateio commented 4 years ago

https://app.circleci.com/jobs/github/eventuate-examples/eventuate-micronaut-examples-customers-and-orders/19

#!/bin/bash -eo pipefail
. ./setenv-circle-ci.sh
./build-and-test-all-eventuate-local-mysql.sh
DOCKER_HOST_IP is 10.142.4.251
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy UP-TO-DATE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :buildSrc:assemble UP-TO-DATE
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build UP-TO-DATE

> Task :mysqlbinlogComposeDown FAILED
Invalid interpolation format for "build" option in service "orderhistoryqueryside": "${EVENTUATE_JAVA_BASE_IMAGE_VERSION?}"

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':mysqlbinlogComposeDown'.
> Exit-code 1 when calling docker-compose, stdout: 

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
1 actionable task: 1 executed

Exited with code exit status 1