Skip to content

Commit

Permalink
Revert change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 25, 2024
1 parent 96706ba commit 59b1b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/velox_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
export MAVEN_HOME=/usr/lib/maven && \
export PATH=${PATH}:${MAVEN_HOME}/bin && \
cd $GITHUB_WORKSPACE/ && \
./dev/package.sh && echo "just for triggering"
./dev/package.sh
build-on-ubuntu:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

set -exu

VELOX_REPO=https://github.com/PHILO-HE/velox.git
VELOX_BRANCH=2024_07_24-v1
VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_07_24
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 59b1b7c

Please sign in to comment.