#!/bin/bash -eo pipefail
if [ -z "${CIRCLE_TAG}" -a "${CIRCLE_BRANCH}" == "master" ]; then
export SERVICE_IMAGE="quay.io/weaveworks/launcher-service:$(docker/image-tag)"
else
export SERVICE_IMAGE=quay.io/weaveworks/build-tmp-public:launcher-service-$(docker/image-tag)
fi
./integration-tests/tests/flux-config.sh
####################
### Test flux config
####################
• Set WEAVE_CLOUD_TOKEN if it is not already set
• Start launcher/service on minikube
service "service" created
Error from server (BadRequest): error when creating "./integration-tests/tests/../k8s/service.yaml": the API version in the data (apps/v1beta1) does not match the expected API version (apps/v1)
Exited with code 1
from https://circleci.com/gh/weaveworks/launcher/5710: