Skip to content

Commit

Permalink
let server of ci be the latest version of branch father-sub-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Thespica committed Oct 1, 2024
1 parent 6cc46a8 commit 75ce36a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Prepare env and service
run: |
$TRAVIS_DIR/install-hugegraph-from-source.sh $COMMIT_ID
$TRAVIS_DIR/install-hugegraph-from-source.sh
- name: Run test
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
#
set -ev

if [[ $# -ne 1 ]]; then
echo "Must input an existing commit id of hugegraph server" && exit 1
fi
#if [[ $# -ne 1 ]]; then
# echo "Must input an existing commit id of hugegraph server" && exit 1
#fi

COMMIT_ID=$1
#COMMIT_ID=$1
HUGEGRAPH_GIT_URL="https://github.com/apache/hugegraph.git"
GIT_DIR=hugegraph

# download code and compile
git clone --depth 150 ${HUGEGRAPH_GIT_URL} -b father-sub-edge $GIT_DIR
git clone --depth 150 ${HUGEGRAPH_GIT_URL} -b father-sub-edge
cd "${GIT_DIR}"
git checkout "${COMMIT_ID}"
mvn package -DskipTests -Dmaven.javadoc.skip=true -ntp
Expand Down

0 comments on commit 75ce36a

Please sign in to comment.