Skip to content

Commit ace03e6

Browse files
authored
testing a fixup to ci-cd for PRs (minio#1381)
1 parent 3458e72 commit ace03e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-docs-ci-minimal.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
set -ex
44

55
export PATH=${PATH}:${HOME}/.local/bin
6-
export GITDIR=main
6+
export GITDIR=HEAD
77

88

99
make SYNC_SDK=TRUE linux
1010
make k8s
1111

12-
echo $(ls build)
13-
1412
mkdir -p minio/kubernetes/upstream
1513
cp -vr build/${GITDIR}/k8s/html/* ./minio/kubernetes/upstream/
1614

0 commit comments

Comments
 (0)