Skip to content

Commit

Permalink
[bitnami/spring-cloud-dataflow] test: ✅ Disable version check
Browse files Browse the repository at this point in the history
Signed-off-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
javsalgar committed Jan 31, 2025
1 parent e786ba1 commit bd4c97f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vib/spring-cloud-dataflow/goss/spring-cloud-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@

command:
check-spring-cloud-dataflow:
# As the version is shown in the output we check it here
timeout: 40000
exec: timeout --preserve-status 30 java -jar /opt/bitnami/spring-cloud-dataflow/spring-cloud-dataflow.jar
exit-status: 143
stdout:
- "Started DataFlowServerApplication"
check-spring-cloud-dataflow-version:
exec: output=$(mktemp -d); cd $output; jar xf /opt/bitnami/spring-cloud-dataflow/spring-cloud-dataflow.jar; cat ./BOOT-INF/classes/application.yml
exit-status: 0
stdout:
- "{{ .Env.APP_VERSION }}"
file:
/opt/bitnami/spring-cloud-dataflow/spring-cloud-dataflow.jar:
exists: true
Expand Down

0 comments on commit bd4c97f

Please sign in to comment.