-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Move all pyoci_worker code to the main crate.
cloudflare worker related functionality is now in cf.rs. The download_package_file has been implemented.
- Loading branch information
1 parent
7593e91
commit 55742c0
Showing
14 changed files
with
990 additions
and
680 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cli-list: | ||
cargo run -p pyoci_cli -- -u AllexVeldman -p $GH_TOKEN list ghcr.io/allexveldman/pyoci | ||
cargo run -- -u AllexVeldman -p $GH_TOKEN list ghcr.io/allexveldman/pyoci | ||
|
||
cf-worker: | ||
NO_MINIFY=1 npx wrangler dev --port 8090 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.