eventuate-tram / eventuate-tram-sagas

Sagas for microservices
Other
993 stars 225 forks source link

build 169 failed, permission denied to execute save-containers-and-tests.sh #53

Open dartartem opened 3 years ago

dartartem commented 3 years ago

See: https://app.circleci.com/pipelines/github/eventuate-tram/eventuate-tram-sagas/61/workflows/b19a9c4c-7810-46d8-95db-7afaf06f9793/jobs/169

Script: https://github.com/eventuate-tram/eventuate-tram-sagas/blob/878e60d92d6d49e0d3eef55f363a45ac8371751f/.circleci/upgrade-docker-compose.sh

Failed to execute here:

https://github.com/eventuate-tram/eventuate-tram-sagas/blob/878e60d92d6d49e0d3eef55f363a45ac8371751f/.circleci/config.yml#L32

With error: /bin/bash: ./.circleci/save-containers-and-tests.sh: Permission denied

However permissions are:

ls -lt ./.circleci/save-containers-and-tests.sh
-rwxr-xr-x  1 cer  staff  345 Feb 16 07:55 ./.circleci/save-containers-and-tests.sh
dartartem commented 3 years ago

Googling has given nothing, only "add execute permission using chmod". I can only propose to use workaround for now, move commands directly to .circleci/config.yml

cer commented 3 years ago

This problem went away by itself: https://app.circleci.com/pipelines/github/eventuate-tram/eventuate-tram-sagas-quarkus