File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
computer/computer-dist/scripts Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66
77# ignored directory
88.github / export-ignore
9- computer-k8s-operator /crd-generate /bin / export-ignore
9+ computer /computer-k8s-operator /crd-generate /bin / export-ignore
10+ computer /computer-dist /scripts / export-ignore
11+ computer /computer-dist /release-docs / export-ignore
Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ echo "In the work dir: $(pwd)"
3939rm -rf dist && mkdir -p dist/apache-${REPO}
4040
4141# step1: package the source code
42- cd ../../ || exit
42+ cd ../../../ || exit
43+ pwd
4344git archive --format=tar.gz \
44- --output=" computer-dist/scripts/dist/apache-${REPO} /apache-${REPO} -incubating-${RELEASE_VERSION} -src.tar.gz" \
45+ --output=" computer/computer -dist/scripts/dist/apache-${REPO} /apache-${REPO} -incubating-${RELEASE_VERSION} -src.tar.gz" \
4546 --prefix=" apache-${REPO} -incubating-${RELEASE_VERSION} -src/" " ${GIT_BRANCH} " || exit
4647cd - || exit
4748
You can’t perform that action at this time.
0 commit comments