Fix rio build.

Forgot to mkdir first
This commit is contained in:
Chris Richardson
2020-08-11 19:09:38 -04:00
parent fcf75b7970
commit 3bf6250b17

View File

@@ -8,6 +8,7 @@ pipelines:
build: build:
template: freestyle:v4:publish template: freestyle:v4:publish
steps: steps:
- mkdir -p .dist/usr/local/load_tests/locust-example/
- cp test_example.py .dist/usr/local/load_tests/locust-example/ - cp test_example.py .dist/usr/local/load_tests/locust-example/
package: package:
version: "0.1.${RIO_BUILD_NUMBER}" version: "0.1.${RIO_BUILD_NUMBER}"