Skip to content

Commit de50518

Browse files
committed
s/version.txt/git-revision.txt/
1 parent 025a026 commit de50518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm run build
2121
# gzip up ./vector
2222
rm vector-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
2323

24-
REACT_SHA=$(head -c 12 node_modules/matrix-react-sdk/version.txt)
25-
JSSDK_SHA=$(head -c 12 node_modules/matrix-js-sdk/version.txt)
24+
REACT_SHA=$(head -c 12 node_modules/matrix-react-sdk/git-revision.txt)
25+
JSSDK_SHA=$(head -c 12 node_modules/matrix-js-sdk/git-revision.txt)
2626
VECTOR_SHA=$(git rev-parse --short=12 HEAD) # use the ACTUAL SHA rather than assume develop
2727
tar -zcvhf vector-$VECTOR_SHA-react-$REACT_SHA-js-$JSSDK_SHA.tar.gz vector #g[z]ip, [c]reate archive, [v]erbose, [f]ilename, [h]ard-dereference (do not archive symlinks)

0 commit comments

Comments
 (0)