Skip to content

Commit

Permalink
chore: 🤖 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaoshuang committed Dec 19, 2023
1 parent 8348fdf commit 596d685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions .github/workflows/release-cloud-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,8 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- uses: actions/download-artifact@v4
with:
name: "cloud-ui.vusion@${{ fromJson(env.PACKAGE_JSON).version }}"
name: 'cloud-ui.vusion@${{ fromJson(env.PACKAGE_JSON).version }}'

- uses: actions/wexler@v1

- run: echo "JSON=$(curl 'http://10.219.196.129:1454/github-workflows')" >> $GITHUB_ENV
- run: git config --global user.email "${{ fromJson(env.JSON).result.email }}"
- run: git config --global user.name "${{ fromJson(env.JSON).result.name }}"
- run: |
if [[ -f jimmy/package.json ]]; then
cd jimmy
git fetch origin
git reset --hard origin/master
npm install
cd ../
else
git clone "${{ fromJson(env.JSON).result.jimmy }}"
cd jimmy
npm install
cd ../
fi
- run: |
if [[ -f lcap-assets/package.json ]]; then
cd lcap-assets
git fetch origin
git reset --hard origin/master
git checkout master
git reset --hard origin/master
cd ../
else
git clone "${{ fromJson(env.JSON).result.lcapAssets }}"
fi
- run: node ./jimmy/app/pipelines/release-cloud-ui.js
File renamed without changes.

0 comments on commit 596d685

Please sign in to comment.