We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aabf2 commit 79ab973Copy full SHA for 79ab973
content/docs/extension-guide/create-extension/setup-local-environment.md
@@ -78,6 +78,7 @@ We unset any custom lifecycle image that may have been provided to ensure that t
78
# FIXME: remove branch when https://github.com/buildpacks/samples/pull/149 is merged
79
git clone https://github.com/buildpacks/samples.git && \
80
cd samples && \
81
+ git fetch origin runext/update-samples && \
82
git checkout runext/update-samples && \
83
cd ..
84
```
0 commit comments