.gitlab-ci.yml 0 → 100644
stages:
- test
test:
image: alpine
stage: test
script:
- echo $DOCKER_DRIVER
- echo "override"
# [[ AUTH ]] - authenticates against a GCP cluster
# - ZONE - GCP cluster zone (e.g. us-east1-b)
# - PROJECT - GCP project ID
# - CLUSTER - name of the cluster to authenticate to
# - SERVICE_ACCOUNT_CREDENTIALS - JSON credentials for the service account
.gcp_k8s_auth: .gcp_k8s_auth:
image: shomika17/gcloud-kubectl-kustomize:latest image: shomika17/gcloud-kubectl-kustomize:latest
before_script: before_script:
......