mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 17:39:59 +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
|
set -euxo pipefail
|
||||||
|
|
||||||
if [[ ! ${RELEASE_SKIP_TEST:-} ]]; then
|
if [[ ! ${RELEASE_SKIP_TEST:-} ]]; then
|
||||||
../gradlew build # also runs tests
|
../../gradlew build # also runs tests
|
||||||
elif [[ ! ${RELEASE_SKIP_INSTALL:-} ]]; then
|
elif [[ ! ${RELEASE_SKIP_INSTALL:-} ]]; then
|
||||||
../gradlew install
|
../../gradlew install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MODULE=datahub_airflow_plugin
|
MODULE=datahub_airflow_plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user