Skip to content

Commit

Permalink
datenanfragen#1131 chmod dropped from pipeline config as shell script…
Browse files Browse the repository at this point in the history
…s are committed with execution bit
  • Loading branch information
christian-weiss committed Jan 17, 2024
1 parent 5055022 commit 230736e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
command: |
export CONTEXT="production"
yarn install
chmod +x deploy.sh
./deploy.sh
- persist_to_workspace:
Expand Down

0 comments on commit 230736e

Please sign in to comment.