parent
93185149b3
commit
812c51804b
|
@ -23,6 +23,7 @@ jobs:
|
||||||
git branch
|
git branch
|
||||||
ls -l
|
ls -l
|
||||||
sed -i "s/${PROD}/${TESTING}/g" web/.env.production
|
sed -i "s/${PROD}/${TESTING}/g" web/.env.production
|
||||||
|
sed -i 's/${basePath}:${basePort}/${basePath}/g' web/src/view/systemTools/formCreate/index.vue
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.1.2
|
uses: actions/setup-node@v2.1.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue