From 230736eb220158044f020cd8e118880a1094c5c0 Mon Sep 17 00:00:00 2001 From: Christian Weiss Date: Wed, 17 Jan 2024 21:26:48 +0100 Subject: [PATCH] #1131 chmod dropped from pipeline config as shell scripts are committed with execution bit --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 980c077b4..740efe876 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,6 @@ jobs: command: | apk update apk add curl jq bash - chmod +x .circleci/cancel-redundant-builds.sh sh .circleci/cancel-redundant-builds.sh build: @@ -46,7 +45,6 @@ jobs: command: | export CONTEXT="production" yarn install - chmod +x deploy.sh ./deploy.sh - persist_to_workspace: