Skip to content
Snippets Groups Projects
Unverified Commit 77f58d07 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

ci/Add EmbeddedProto srcs

parent 411e05c3
No related branches found
No related tags found
No related merge requests found
Pipeline #526 passed with stages
in 1 minute and 7 seconds
......@@ -28,7 +28,6 @@ build:
- cpp/
- nanopb/
- eams/
- usr/include/google/protobuf/
expire_in: 30min
only:
changes:
......@@ -111,6 +110,7 @@ deploy_eams:
- mkdir --parents messages-schemas-eams/google/protobuf/
- cp -r /usr/include/google/protobuf messages-schemas-eams/google/
- rm -rf messages-schemas-eams/google/protobuf/*.proto
- cp -r /embeddedproto/src/* messages-schemas-eams/
- cd messages-schemas-eams
- git add .
- git commit -m "$COMMIT_MSG" || echo "Nothing to commit."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment