ci: re-enable script to publish package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c1e17992e9
commit
22528481d5
@ -29,7 +29,7 @@ steps:
|
||||
commands:
|
||||
- |
|
||||
python3 -m zipfile -c um-react.zip dist/.
|
||||
cp um-react.zip dist/release-"${DRONE_COMMIT_SHA}".zip
|
||||
cp um-react.zip dist/"release-${DRONE_COMMIT_SHA}.zip"
|
||||
python3 -m zipfile -c um-react-site.zip dist/.
|
||||
# - ./scripts/publish.sh
|
||||
- ./scripts/publish.sh
|
||||
- ./scripts/deploy.sh
|
||||
|
Loading…
Reference in New Issue
Block a user