136 Commits

Author SHA1 Message Date
Robert Wlodarczyk
8672e1e276
Merge 176cb2e29ce3028f5948dca597a9b7ea576785c5 into be97512ec2241f362d7d254eb213053214850655 2025-01-05 19:06:07 +00:00
Robert Wlodarczyk
176cb2e29c fix: move back to root user to debug permissions more completely. 2025-01-05 11:05:58 -08:00
Robert Wlodarczyk
799ccc8edc fix: permissions for /opt/crontab. 2025-01-05 10:58:49 -08:00
Robert Wlodarczyk
18880befdb fix: LOG_DIR is not used anywhere, remove it. 2025-01-05 10:52:44 -08:00
Robert Wlodarczyk
1a540df103 fix: make /var/log/crontab writeable for everyone. 2025-01-05 10:46:14 -08:00
Robert Wlodarczyk
a87292bd6c chore: casing. 2024-12-31 10:53:17 -08:00
Robert Wlodarczyk
5172ed0b21 fix: use docker user. 2024-12-31 10:48:22 -08:00
Robert Wlodarczyk
a72e84783e chore: update pre-commit. 2024-12-31 10:47:59 -08:00
Robert Wlodarczyk
5aeeb19efb fix: missed id. 2023-06-25 19:39:09 -07:00
Robert Wlodarczyk
9c8b32cd22 chore: add discord notification to cleanup. 2023-06-25 19:37:31 -07:00
Robert Wlodarczyk
c3a1963b9c feat: cleanup old images on the 15th of the month. 2023-06-25 19:07:53 -07:00
Robert Wlodarczyk
c7a835217c chore: update and upgrade require the cache. 2023-06-24 14:39:30 -07:00
Robert Wlodarczyk
ac49cae228 chore: remove arm64. 2023-06-24 14:36:48 -07:00
Robert Wlodarczyk
4cfb3021b8 fix: typo. 2023-06-24 14:34:09 -07:00
Robert Wlodarczyk
e3bfdebe5d chore: move build to the repo rather than the dockerfiles repo. 2023-06-24 14:31:13 -07:00
Robert Wlodarczyk
ccaf6059e7 chore: remove forked build.yml. 2023-06-24 14:20:32 -07:00
Robert Wlodarczyk
2b46bb2949 chore: remove FUNDING.yml 2023-05-21 11:44:58 -07:00
Robert Wlodarczyk
899ec9c46e fix: allow multiple networks. 2023-05-21 11:43:46 -07:00
Robert Wlodarczyk
2b364b93a7 fix: fixing @random since it was broken and removing @every since it never worked. 2023-03-05 12:02:18 -08:00
Robert Wlodarczyk
022399e16a feat: adding TEST_MODE. 2023-03-04 18:31:55 -08:00
Robert Wlodarczyk
035cd4a906 feat: Major Updates
- removed support for `projects` as the feature was very incomplete and it served little purpose
- added support for common settings between jobs using `~~shared-settings` as a key in the config
- cleaned up some items that have long bugged me
  - better reuse of code
  - better variable naming
  - improved flow and readability
  - formatting to the logs
2023-02-18 18:42:20 -08:00
Robert Wlodarczyk
76b524fd17 chore: merge from private git repo. 2022-08-07 08:14:21 -07:00
Robert Wlodarczyk
c530324db3
Merge pull request #2 from SimplicityGuy/additional-fixes
fix: additional fixes
2022-07-16 11:28:48 -07:00
Robert Wlodarczyk
9da424985d fix: moving the top level key name to the "name" property. 2022-07-16 11:24:32 -07:00
Robert Wlodarczyk
31d0b732b2 chore: cleaning up echos. 2022-07-16 10:53:34 -07:00
Robert Wlodarczyk
e69b276707 chore: nicer formatting. 2022-07-16 10:45:41 -07:00
Robert Wlodarczyk
08bbceff95 fix: cleaning script creation. 2022-07-16 10:43:25 -07:00
Robert Wlodarczyk
0643e9ceae chore: moving line to be consistent. 2022-07-16 10:40:02 -07:00
Robert Wlodarczyk
9316c9f5c2 fix: address jq parsing errors when some properties are not set. 2022-07-16 10:22:43 -07:00
Robert Wlodarczyk
a523ad7d74 fix: reset COMMENT. 2022-07-16 09:49:17 -07:00
Robert Wlodarczyk
36ef24f15f chore: omit additional items. 2022-07-16 09:48:40 -07:00
Robert Wlodarczyk
c4da20ce83 fix: addressing issue with parsing json. 2022-07-16 09:29:04 -07:00
Robert Wlodarczyk
8f1d9200e0 chore: tabs to spaces. 2022-07-16 09:21:04 -07:00
Robert Wlodarczyk
2b1c20967d
Merge pull request #1 from SimplicityGuy/fixes
fix: shellcheck fixes
2022-07-16 09:00:59 -07:00
Robert Wlodarczyk
1d844f8318 chore: missed one spot using previously set env var. 2022-07-16 08:58:33 -07:00
Robert Wlodarczyk
7f29f0621e chore: standardizing on env vars. 2022-07-16 08:51:38 -07:00
Robert Wlodarczyk
f0c30632bd chore: standardize on {}. 2022-07-16 08:43:14 -07:00
Robert Wlodarczyk
84265413ee chore: adding error handling. 2022-07-16 08:38:01 -07:00
Robert Wlodarczyk
c685687367 chore: rename function to better describe what it does. 2022-07-16 08:34:43 -07:00
Robert Wlodarczyk
dc18a5199d chore: reorganization. 2022-07-16 08:33:41 -07:00
Robert Wlodarczyk
99aa59ddb4 chore: whitespace and dead code cleanup. 2022-07-16 08:31:20 -07:00
Robert Wlodarczyk
f18275eb0d fix: simplifying logic. 2022-07-16 08:28:20 -07:00
Robert Wlodarczyk
882fb137f2 fix: SC1001, SC2018, SC2019 shellcheck fixes. 2022-07-16 08:25:09 -07:00
Robert Wlodarczyk
6d92c31545 fix: SC2005 and SC2046 shellcheck fixes. 2022-07-16 08:22:51 -07:00
Robert Wlodarczyk
dcd3e429f6 fix: SC2166 shellcheck fixes. 2022-07-16 08:17:58 -07:00
Robert Wlodarczyk
96e699c4d7 fix: SC2162 shellcheck fixes. 2022-07-16 08:17:17 -07:00
Robert Wlodarczyk
4d945526fe fix: SC2236 shellcheck fixes. 2022-07-16 08:16:22 -07:00
Robert Wlodarczyk
8c8e19c1c9 fix: SC2006 shellcheck fixes. 2022-07-16 08:15:18 -07:00
Robert Wlodarczyk
82875aba6e fix: SC2004 shellcheck fixes. 2022-07-16 08:14:30 -07:00
Robert Wlodarczyk
9701554b3c fix: SC2086 shellcheck fixes. 2022-07-16 08:13:11 -07:00