Skip to content

Commit

Permalink
fix: roberta self-test doc needs to use raw githubcontent link
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Aug 28, 2022
1 parent 69f5ae3 commit fc6e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-test/roberta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kubectl create secret github \
### Deploy the automation

```shell
kubectl apply -f https://github.com/project-codeflare/codeflare-cli/blob/main/deploy/self-test/roberta/1gpu/periodic.yaml
kubectl apply -f https://raw.githubusercontent.com/project-codeflare/codeflare-cli/main/deploy/self-test/roberta/1gpu/periodic.yaml
```

Use `delete` in place of `apply` if you wish to tear down the
Expand Down

0 comments on commit fc6e047

Please sign in to comment.