d2iq-archive / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 843 forks source link

scalafmt #7238

Closed pierrebeitz closed 4 years ago

pierrebeitz commented 4 years ago

just ran scalafmt

pierrebeitz commented 4 years ago

@mesosphere-ci test

pierrebeitz commented 4 years ago

@timcharper 1.10 is broken: https://github.com/mesosphere/marathon/commits/releases/1.10.

it seems to have broken with https://github.com/mesosphere/marathon/commit/5f20be0d50c8ba9177a394b2f0c890d650dfe148.

Sending build context to Docker daemon   35.1MB
Step 1/14 : FROM mesosphere/marathon:v1.10.27
manifest for mesosphere/marathon:v1.10.27 not found
Error: Build unsuccessful, skipping push.
script returned exit code 1

i made it worse though with the following commit. the CI-bot seemingly did not pick up that i changed the base-branch on a PR and it thus went green when it should have been red. 🤦