Skip to content

Commit

Permalink
Merge pull request #438 from rhatdan/bootc
Browse files Browse the repository at this point in the history
Create build dir if not previously created
  • Loading branch information
sallyom authored May 2, 2024
2 parents 3abc87e + eb9b1be commit 0037f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions training/instructlab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ IMAGE_TAG ?= latest

.PHONY: instructlab
instructlab:
mkdir -p ../build
git clone https://github.com/instructlab/instructlab.git 2> /dev/null || true
(cd instructlab; git pull origin main)

Expand Down

0 comments on commit 0037f97

Please sign in to comment.