Skip to content

Commit

Permalink
update s3 link
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 1, 2024
1 parent 5a08ceb commit 97f74b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A list of required software to start developing a new task can be found in the [
* Update the `name` field to the name of the task in snake_case.
* Update the `description` field to a short description of the task.
* Add a keyword to the `keywords` field that describes the task.
* Update the `<task_name>` in the links/info field to the name of the task in snake_case.
* Update the `<task_name>`/`task_template` in the links/info field to the name of the task in snake_case.

### `task_info.yaml`

Expand Down
2 changes: 1 addition & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ links:
info:
test_resources:
- type: s3
path: s3://openproblems-data/resources_test/<task_name>
path: s3://openproblems-data/resources_test/task_template
dest: test_resources

version: dev
Expand Down

0 comments on commit 97f74b3

Please sign in to comment.