Skip to content

Commit a241304

Browse files
authored
Merge pull request DataDog#12317 from DataDog/therve/ruby-examples
Rename examples .rb to .rbbeta
2 parents b81b53c + 94649f2 commit a241304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ examples/python: examples/datadog-api-client-python clean-python-examples
266266

267267
examples/ruby: examples/datadog-api-client-ruby clean-ruby-examples
268268
@cd examples/datadog-api-client-ruby; ./extract-code-blocks.sh $(EXAMPLES_DIR) || (echo "Error copying Ruby code examples, aborting build."; exit 1); if [ -d examples ]; then cp -R examples/* $(EXAMPLES_DIR)/; fi
269+
@find examples/content -iname \*.rb -exec mv {} {}beta \;
269270

270271
-cp -Rn examples/content ./
271272

0 commit comments

Comments
 (0)