mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 09:32:04 +00:00
fix(build/airflow): Fixing gradlew path (#7069)
This commit is contained in:
parent
4e7faa5503
commit
e2250274fe
@ -2,9 +2,9 @@
|
||||
set -euxo pipefail
|
||||
|
||||
if [[ ! ${RELEASE_SKIP_TEST:-} ]]; then
|
||||
../gradlew build # also runs tests
|
||||
../../gradlew build # also runs tests
|
||||
elif [[ ! ${RELEASE_SKIP_INSTALL:-} ]]; then
|
||||
../gradlew install
|
||||
../../gradlew install
|
||||
fi
|
||||
|
||||
MODULE=datahub_airflow_plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user