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 f5fd260 commit dc12c02Copy full SHA for dc12c02
Makefile
@@ -2250,7 +2250,8 @@ endif
2250
push-snapshot-docs: $(BUILD_TARGETS)/generate $(BUILD_TARGETS)/manifests docs
2251
rm -rf /tmp/coherence-operator || true
2252
mkdir -p /tmp/coherence-operator || true
2253
- cp -R $(BUILD_OUTPUT) /tmp/coherence-operator
+ cp -R $(BUILD_OUTPUT)/ /tmp/coherence-operator
2254
+ ls -al /tmp/coherence-operator
2255
git stash save --keep-index --include-untracked || true
2256
git stash drop || true
2257
git checkout --track origin/gh-pages
0 commit comments