Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:
sysctl -a | grep machdep.cpu.features | grep VMX
If there's output, you're good!
image: java:8-jdk | |
stages: | |
- build | |
- test | |
- deploy | |
before_script: | |
# - echo `pwd` # debug | |
# - echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug |
/* eslint-disable */ | |
/* tslint:disable */ | |
/* | |
* --------------------------------------------------------------- | |
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ## | |
* ## ## | |
* ## AUTHOR: acacode ## | |
* ## SOURCE: https://github.com/acacode/swagger-typescript-api ## | |
* --------------------------------------------------------------- | |
*/ |