mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-12 10:35:51 +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
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
BUILD_DIR=../build/stage/playBinary
|
||||
BUILD_DIR=../build/stage/main
|
||||
CONF_DIR=$BUILD_DIR/conf
|
||||
|
||||
set -a
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
BUILD_DIR=../build/stage/playBinary
|
||||
BUILD_DIR=../build/stage/main
|
||||
CONF_DIR=$BUILD_DIR/conf
|
||||
|
||||
set -a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user