Skip to content

Commit

Permalink
modify the path of sample to the correct one (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenglixa authored Mar 18, 2020
1 parent dfaa3ef commit 5691033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/kfp-tekton/flip-coin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ is used to demonstrate the use of conditions.

```
# Install tasks, conditions and pipeline
kubectl apply -f samples/flip-coin/tekton/flip-coin-tekton.yaml
kubectl apply -f samples/kfp-tekton/flip-coin/tekton/flip-coin-tekton.yaml
# Prepare the resources and apply them
kubectl apply -f samples/flip-coin/tekton/flip-coin-tekton-resources.yaml
kubectl apply -f samples/kfp-tekton/flip-coin/tekton/flip-coin-tekton-resources.yaml
# Run the pipeline from the tekton folder
tkn pipeline start flip-coin-condition-demo --resource=coin=coin-bucket --resource=random=random-bucket
Expand Down

0 comments on commit 5691033

Please sign in to comment.