Skip to content
Snippets Groups Projects
Xueshan Feng's avatar
Xueshan Feng authored
7e6c29f2
History

Build Status

Google Cloud SDK and kubectl in Docker

Clone the repo and build image

$ cd $HOME/projects/docker
$ git clone git@code.stanford.edu:et-ts/docker-gcloud.git
$ cd docker-gcloud

$ make build

Push to repo

$ make push

Pull the latest image from repo

$ make pull

Get and setup personal drone token

Drone CLI requires access token to talk to drone server.

Please get your personal token from https://drone.svc.stanford.edu/account/token, and save the token to ${HOME}/.drone-token file.

NOTE: Do not add newline at the end of the token.

To turn on the ci job defined in .drone.yml

$ make drone-setup