Initialize a git repo in the current directory
# git init
Add a remote called "origin"
| version: 2 | |
| resource_job_defaults: &resource_job_defaults | |
| docker: | |
| - image: 'cimg/base:2021.02-20.04' | |
| steps: | |
| - run: | |
| name: verify required Environment Variables | |
| command: | | |
| if [ -z "${CIRCLE_HOSTNAME}" -o -z "${CIRCLE_TOKEN}" ];then |
Initialize a git repo in the current directory
# git init
Add a remote called "origin"