-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
cli fails in self-hosted github action runner #288
Comments
The link and push commands seem to have succeeded based on your logs. You can verify by adding
Are you able to check the output of |
I tried to check before creating my issue what was in this bash file, but as it's in a temporary folder, when the action finishes, it's deleted. Yes, the command looks to be successful. Raw logs with 2024-05-21T12:50:32.9819523Z shell: /usr/bin/bash -e {0}
2024-05-21T12:50:32.9820012Z env:
2024-05-21T12:50:32.9820491Z SUPABASE_PROJECT_ID: ***
2024-05-21T12:50:32.9821228Z SUPABASE_ACCESS_TOKEN: ***
2024-05-21T12:50:32.9821776Z SUPABASE_DB_PASSWORD: ***
2024-05-21T12:50:32.9822705Z PNPM_HOME: /home/jayllyz/setup-pnpm/node_modules/.bin
2024-05-21T12:50:32.9823432Z SUPABASE_INTERNAL_IMAGE_REGISTRY: ghcr.io
2024-05-21T12:50:32.9824112Z ##[endgroup]
2024-05-21T12:50:33.5064049Z Connecting to remote database...
2024-05-21T12:50:33.8197391Z Failed to save database password: failed to set credentials: The name org.freedesktop.secrets was not provided by any .service files
2024-05-21T12:50:33.8199704Z Finished supabase link.
2024-05-21T12:50:33.8254893Z /home/jayllyz/github/actions-runner/_work/_temp/57d66976-2d57-4bc7-ab93-618cbec0e12c.sh: line 2: X4T: command not found
2024-05-21T12:50:33.8848769Z Connecting to remote database...
2024-05-21T12:50:34.1538417Z Remote database is up to date.
2024-05-21T12:50:34.1582786Z ##[error]Process completed with exit code 127. |
Having the same issue. Any updates on this yet? |
@jasurabdullin can you run the following in your self-hosted runner and report the logs? Remember to redact any sensitive information.
|
As shown on line 18, something on your runner is trying to execute Can you try separate run steps to see if it works?
|
Same results, |
Describe the bug
supabase db push
not ending correctly in github actionsv23.10
(self-hosted ubuntu vps runner)To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Return success exit code
Screenshots
System information
Rerun the failing command with
--create-ticket
flag.supabase services
command]Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: