From e1cbec2ccf2d9b547ab8fa492d6aed962eac50f2 Mon Sep 17 00:00:00 2001 From: mo-sakr <100242339+mo-sakr@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:19:27 -0500 Subject: [PATCH 1/2] Update config.yml Pointed the working_directory to my repo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..d87f76b9 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/mo-sakr/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From d4360058c3f7b067533acf29d7ce3fb4699f8083 Mon Sep 17 00:00:00 2001 From: mo-sakr <100242339+mo-sakr@users.noreply.github.com> Date: Mon, 14 Mar 2022 14:49:03 -0400 Subject: [PATCH 2/2] Trigger Main Build and Deploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 098c60ad..b90abc90 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Securing DevOps's invoicer ========================== -A simple REST API that manages invoices. +A simple REST API that manages invoices This is the code for Chapter 2 of Securing DevOps. It only contains the code and scripts relevant to the basic setup of the invoicer application and