Skip to content

Commit

Permalink
Will be reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 24, 2024
1 parent 1e67aac commit 5faa084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
./dev/package.sh && echo "just for triggering"
build-on-ubuntu:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

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

OS=`uname -s`
Expand Down

0 comments on commit 5faa084

Please sign in to comment.