From eb1e5a6b4f9392650d79b33a9bac34c83d3a3cfd Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 5 Nov 2020 18:16:17 +0100 Subject: [PATCH] fix(config.yml):error computing cache key and CircleCI received exit code 127 I resolved these issues: -error Command failed with exit code 127 -error computing cache key: template: cacheKey:1: unexpected unclosed action in command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37ecd5b..a5397aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - - image: circleci/postgres:9-postgis-ram + - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: jordan POSTGRES_DB: psdb