Skip to content

Commit

Permalink
fix: improve submodule DX
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Dec 4, 2024
1 parent 59c4c2c commit 6c85601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "submodules/bee-proto"]
path = submodules/bee-proto
url = [email protected]:i-am-bee/bee-proto
url = ../bee-proto
branch = main
1 change: 1 addition & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -e
git submodule update --init
docker build -t localhost/bee-code-interpreter:local .
docker build -t localhost/bee-code-executor:local executor
kubectl delete -f k8s/local.yaml || true
Expand Down

0 comments on commit 6c85601

Please sign in to comment.