mv common/ sdk/

This commit is contained in:
Michael Vines
2018-10-25 12:53:50 -07:00
committed by Grimes
parent 471d8f6ff9
commit 1733beabf7
11 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ if [[ -n $CI ]]; then
fi
# shellcheck disable=2044 # Disable 'For loops over find output are fragile...'
for Cargo_toml in {common,programs/native/{bpf_loader,lua_loader,noop}}/Cargo.toml; do
for Cargo_toml in {sdk,programs/native/{bpf_loader,lua_loader,noop}}/Cargo.toml; do
# TODO: Ensure the published version matches the contents of BUILDKITE_TAG
(
set -x