Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
ee50497d
"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "2b2dc1c86becfa253efbc7bf8a6e8d3dd39b08b8"
Unverified
Commit
ee50497d
authored
May 26, 2022
by
Frank Lee
Committed by
GitHub
May 26, 2022
Browse files
[ci] fixed nightly build workflow (#1029)
parent
9b0c0370
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
.github/workflows/release_bdist.yml
.github/workflows/release_bdist.yml
+1
-1
.github/workflows/release_nightly.yml
.github/workflows/release_nightly.yml
+6
-3
No files found.
.github/workflows/release_bdist.yml
View file @
ee50497d
...
@@ -61,7 +61,7 @@ jobs:
...
@@ -61,7 +61,7 @@ jobs:
git_ref
:
${{ github.event.inputs.github_ref }}
git_ref
:
${{ github.event.inputs.github_ref }}
-
name
:
Build bdist wheel
-
name
:
Build bdist wheel
run
:
|
run
:
|
pip install beautifulsoup4 requests
pip install beautifulsoup4 requests
packaging
python ./build_colossalai_wheel.py
python ./build_colossalai_wheel.py
-
name
:
🚀 Deploy
-
name
:
🚀 Deploy
uses
:
garygrossgarten/github-action-scp@release
uses
:
garygrossgarten/github-action-scp@release
...
...
.github/workflows/release_nightly.yml
View file @
ee50497d
...
@@ -70,12 +70,15 @@ jobs:
...
@@ -70,12 +70,15 @@ jobs:
steps
:
steps
:
-
name
:
executing remote ssh commands using password
-
name
:
executing remote ssh commands using password
uses
:
appleboy/ssh-action@master
uses
:
appleboy/ssh-action@master
env
:
BUILD_DIR
:
${{ secrets.PRIVATE_PYPI_NIGHTLY_DIR }}
with
:
with
:
host
:
${{ secrets.PRIVATE_PYPI_HOST }}
host
:
${{ secrets.PRIVATE_PYPI_HOST }}
username
:
${{ secrets.PRIVATE_PYPI_USER }}
username
:
${{ secrets.PRIVATE_PYPI_USER }}
password
:
${{ secrets.PRIVATE_PYPI_PASSWD }}
password
:
${{ secrets.PRIVATE_PYPI_PASSWD }}
envs
:
BUILD_DIR
script
:
|
script
:
|
cd $
build_dir
cd $
BUILD_DIR
find . -type f -mtime +0 -exec rm -f {} +
find . -type f -mtime +0 -exec rm -f {} +
env
:
script_stop
:
true
build_dir
:
${{ secrets.PRIVATE_PYPI_NIGHTLY_DIR }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment