Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/PRE_INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Forgejo runner needs to connect to a Forgejo instance and must be registered before doing so. It will give it permission to read the repositories and send back information to Forgejo such as the logs or its status.
1 change: 0 additions & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ ram.runtime = "50M"
[resources.install_dir]

[resources.permissions]
main.url = "/"

[resources.apt]
packages = "ca-certificates, git, curl, tar"
Expand Down
41 changes: 0 additions & 41 deletions scripts/change_url

This file was deleted.

5 changes: 3 additions & 2 deletions tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ test_format = 1.0

[default]


# ------------
# Tests to run
# ------------

exclude = ["install.multi"]
exclude = ["install.subdir", "change_url", "install.private", "install.multi"]

# -------------------------------
# Default args to use for install
# -------------------------------

args.token = "GR1348941_Rew7obt4p9jZyQUtHLx"
args.token = "9nVFksmWnF3gWKvQrBSOkviZIQhE5aRv63BG4KJX"
args.forgejo_url = "https://forgejo.com/"