From 87351e4c0f5b1e4a4877d2f236f3dfe9909e259f Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Sun, 17 Jan 2021 11:01:09 +0100 Subject: [PATCH] :green_heart: ./testbackend.sh: Permission denied --- .circleci/config.yml | 4 ++-- testbackend.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 testbackend.sh diff --git a/.circleci/config.yml b/.circleci/config.yml index 49ab70f..789cafa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,7 +108,7 @@ workflows: - build - back-deploy-heroku: requires: - - build + - start_test - buildandpush_dockerhub: requires: - - build \ No newline at end of file + - back-deploy-heroku \ No newline at end of file diff --git a/testbackend.sh b/testbackend.sh old mode 100644 new mode 100755