feat: bad debugging
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
53bf026754
commit
7a9d8e1637
@ -22,7 +22,7 @@ jobs:
|
|||||||
- stage: lint
|
- stage: lint
|
||||||
script: ./wizard.sh -l
|
script: ./wizard.sh -l
|
||||||
- stage: build
|
- stage: build
|
||||||
script: ./wizard.sh -db
|
script: ./wizard.sh -b
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|||||||
@ -195,6 +195,9 @@ build () {
|
|||||||
sh -c "dos2unix wizard.sh && ./wizard.sh -b"
|
sh -c "dos2unix wizard.sh && ./wizard.sh -b"
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
|
|
||||||
|
# TODO: remove echo
|
||||||
|
echo "2nd phase"
|
||||||
|
|
||||||
if [ $exitcode -eq 0 ]; then
|
if [ $exitcode -eq 0 ]; then
|
||||||
for d in "dist/" "node_modules/"; do
|
for d in "dist/" "node_modules/"; do
|
||||||
docker cp filebrowser-tmp://src/frontend/$d frontend
|
docker cp filebrowser-tmp://src/frontend/$d frontend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user