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 6
6
7
7
# ignored directory
8
8
.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)"
39
39
rm -rf dist && mkdir -p dist/apache-${REPO}
40
40
41
41
# step1: package the source code
42
- cd ../../ || exit
42
+ cd ../../../ || exit
43
+ pwd
43
44
git 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" \
45
46
--prefix=" apache-${REPO} -incubating-${RELEASE_VERSION} -src/" " ${GIT_BRANCH} " || exit
46
47
cd - || exit
47
48
You can’t perform that action at this time.
0 commit comments