From e31652e0996ea663864ee3aaf742b97b9d815e74 Mon Sep 17 00:00:00 2001 From: rk cho Date: Mon, 3 Aug 2020 01:28:58 +0900 Subject: [PATCH] first build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..0f47a2ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/beat6643/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: