Moved one back to do cp

This commit is contained in:
Martin Slot 2022-06-08 22:50:22 +02:00
parent c5165194f8
commit cbf0375f8b
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ build_statusd_server:
- cat Pipfile
- pipenv install
- pipenv run protoc --python_betterproto_out=proto -I ../ messages.proto
- cp -avr ../statusd_server output
- cd ..
- cp -avr statusd_server output
only:
changes:
- statusd_server/**/*