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

In GitHub Action, using version 3.40.0 of task to execute remote taskfile task reports vertex not found. #1930

Closed
archeanzhang opened this issue Nov 27, 2024 · 0 comments

Comments

@archeanzhang
Copy link

  • Task version: 3.40.0
  • Operating system: GitHub Action ubuntu-latest
  • Experiments enabled: REMOTE_TASK_FILE

In GitHub Action, using version 3.40.0 of task to execute remote taskfile task reports vertex not found.

Here are the logs:

Run task --yes cloudrun:deploy SVC="@all" ENV="dev" CANARY="0"
The task you are attempting to run depends on the remote Taskfile at "https://storage.googleapis.com/xxx/cloudrun/Taskfile.yml".
--- Make sure you trust the source of this Taskfile before continuing ---
Continue? [assuming yes]
The task you are attempting to run depends on the remote Taskfile at "https://storage.googleapis.com/xxx/docker/Taskfile.yml".
--- Make sure you trust the source of this Taskfile before continuing ---
source vertex https://storage.googleapis.com/xxx/cloudrun/Taskfile.yml: vertex not found
Continue? [assuming yes]

However, when using version 3.37.1 of the task, there was no error, and it was successfully completed.
I haven't tried more versions yet, but I wanted to report this issue first.

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Nov 27, 2024
@task-bot task-bot removed the state: needs triage Waiting to be triaged by a maintainer. label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants