Skip to content

Commit 79ab973

Browse files
author
Natalie Arellano
committed
Fix: fetch branch of samples that we're using
Signed-off-by: Natalie Arellano <[email protected]>
1 parent e4aabf2 commit 79ab973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/extension-guide/create-extension/setup-local-environment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ We unset any custom lifecycle image that may have been provided to ensure that t
7878
# FIXME: remove branch when https://github.com/buildpacks/samples/pull/149 is merged
7979
git clone https://github.com/buildpacks/samples.git && \
8080
cd samples && \
81+
git fetch origin runext/update-samples && \
8182
git checkout runext/update-samples && \
8283
cd ..
8384
```

0 commit comments

Comments
 (0)