mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-14 03:26:47 +00:00
fix(frontend): fix frontend script used in release checklist (#10243)
This commit is contained in:
parent
9c8f8a5192
commit
05c4e7b50d
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CURRENT_DIR=$(pwd)
|
CURRENT_DIR=$(pwd)
|
||||||
BUILD_DIR=../build/stage/playBinary
|
BUILD_DIR=../build/stage/main
|
||||||
CONF_DIR=$BUILD_DIR/conf
|
CONF_DIR=$BUILD_DIR/conf
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CURRENT_DIR=$(pwd)
|
CURRENT_DIR=$(pwd)
|
||||||
BUILD_DIR=../build/stage/playBinary
|
BUILD_DIR=../build/stage/main
|
||||||
CONF_DIR=$BUILD_DIR/conf
|
CONF_DIR=$BUILD_DIR/conf
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user