We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25260e + 0726a8c commit 35719f9Copy full SHA for 35719f9
.circleci/config.yml
@@ -40,8 +40,26 @@ jobs:
40
fail_only: false
41
only_for_branches: main
42
webhook: ${SLACK_WEBHOOK_SUCCESS}
43
-
+ clear_storage:
44
+ resource_class: large
45
+ docker:
46
+ - image: cimg/node:18.10-browsers
47
+ auth:
48
+ username: $DOCKER_HUB_USERNAME
49
+ password: $DOCKER_HUB_ACCESS_TOKEN
50
+ steps:
51
+ - run: curl -X POST https://thebiggive--regtest1.sandbox.my.salesforce-sites.com/donations/services/apexrest/v2.0/free-test-storage
52
workflows:
53
54
+ jobs:
55
+ - clear_storage
56
+ triggers:
57
+ - schedule:
58
+ cron: "0 10,15 * * *" # daily at 10am and 3pm
59
+ filters:
60
+ branches:
61
+ only:
62
+ - main
63
commit:
64
jobs:
65
- test:
0 commit comments