Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2024-11-06 14:52:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
66fd89e50405382a42efb705a75051a0522237ee
66fd89e5
1 parent
dc2c6291
ci
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
ci/build.sh
ci/upload.sh
ci/build.sh
View file @
66fd89e
#!/bin/bash
SERVICE_NAME
=
"
tianting
-order-api-boot"
SERVICE_NAME
=
"
nutri
-order-api-boot"
# Clean folder
rm -rf build
&&
rm -rf _temp_bin
...
...
ci/upload.sh
View file @
66fd89e
#!/bin/bash
OSSUTIL
=
"./build/ossutil"
UPLOAD_DIR_PATH
=
"./build/bin/"
SERVICE_NAME
=
"order-api"
SERVICE_NAME
=
"
nutri-
order-api"
# try upload file
{
...
...
Please
register
or
login
to post a comment