Skip to content

Commit

Permalink
[ci-change] remove upload stable artifacts
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

none

**Root cause and solution**

none

**Impactions**

none

**Test method**

none

**Affected branch(es)**

- v6.1

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
twou12031 authored and jianchang committed Feb 17, 2023
1 parent 801ebc1 commit 2714fe0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,3 @@ jobs:
run: |
cd release
ossutil cp -rf deepflow-gui-grafana.tar.gz oss://deepflow-ce/pkg/grafana-plugin/${{ env.IMAGE_TAG_PREFIX }}/deepflow-gui-grafana.tar.gz
- name: upload stable artifacts
if: "startsWith(github.ref, 'refs/tags/')"
run: |
cd release
ossutil cp -rf deepflow-gui-grafana.tar.gz oss://deepflow-ce/pkg/grafana-plugin/stable/deepflow-gui-grafana.tar.gz

0 comments on commit 2714fe0

Please sign in to comment.