diff --git a/README.md b/README.md index bf3881b..c679656 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ services: After cloning the repository: -1. **Place `credentials.json`** file into the appropriate location: +1. **Place `credentials.json`** (obtain from an admin) file into the appropriate location: ``` /interactive-pathways(frontend_root)/tools/svgEnhancer/credentials.json diff --git a/interactive-pathways-api/.gitlab-ci.yml b/interactive-pathways-api/.gitlab-ci.yml deleted file mode 100644 index 5b82125..0000000 --- a/interactive-pathways-api/.gitlab-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -before_script: - - cd api/ - -stages: - - test - - build - -test_with_lab: - stage: test - only: - - merge_requests - script: - - go test ./... - -build_project: - stage: build - only: - - merge_requests - script: - - make clean - - make build