Skip to content

Commit

Permalink
Recreate Org x directory in circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Nov 11, 2024
1 parent db2bc6c commit 84eed1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
- run:
name: Run end-to-end tests
command: |
mkdir -p binaryData/Organization_X && chmod 777 binaryData/Organization_X
for i in {1..3}; do # retry
.circleci/not-on-master.sh docker-compose run e2e-tests && s=0 && break || s=$?
done
Expand Down

0 comments on commit 84eed1e

Please sign in to comment.