hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Update reset jobs making them recreatable #102

Closed rustyShacklefurd closed 6 months ago

rustyShacklefurd commented 6 months ago

Description: This PR updates the reset jobs to use cronjobs instead of jobs. It also changes to using wget from curl; prior to the wget change curl would simply pull the script to stdout but was not saved anywhere . This change fixes that to get the file correct.

Notes for reviewer: This change has been deployed into the test env