Skip to content

Commit

Permalink
ci: fix sync-proto.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 5, 2023
1 parent eb4943c commit b3d2f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/sync-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

export ref=$(cat ./src-repo/.git/short_ref)

cp -R src-repo/${PROTO_FILES_SRC_PATH}/* repo/${PROTO_FILES_DEST_PATH}
cp -R src-repo/${PROTO_FILES_SRC_PATH}/* repo/core/api/${PROTO_FILES_DEST_PATH}

pushd repo/core/api

Expand Down

0 comments on commit b3d2f52

Please sign in to comment.