Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindk89 committed Dec 3, 2024
1 parent 774f4d5 commit 67e88c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-docs-ci-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
set -ex

export PATH=${PATH}:${HOME}/.local/bin
export GITDIR=main
export GITDIR=HEAD


make SYNC_SDK=TRUE linux
make k8s

echo $(ls build)

mkdir -p minio/kubernetes/upstream
cp -vr build/${GITDIR}/k8s/html/* ./minio/kubernetes/upstream/

Expand Down

0 comments on commit 67e88c0

Please sign in to comment.