Skip to content

Commit

Permalink
Переход на github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DoublesunRUS committed Apr 16, 2021
1 parent 3cac408 commit 30d61f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
name: dt-framework-va-repository
path: repositories/ru.capralow.dt.framework.va.repository/target/repository/

- name: Upload SDK repo
uses: actions/upload-artifact@v2
with:
name: dt-framework-va-repository-sdk
path: repositories/com.e1c.ssl.repository.sdk/target/repository/

- name: Upload JaCoCo exec data
uses: actions/upload-artifact@v2
if: always()
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
name: repo
path: repositories/ru.capralow.dt.framework.va.repository/target/repository/

- name: Upload SDK repo
uses: actions/upload-artifact@v2
with:
name: sdk-repo
path: repositories/ru.capralow.dt.framework.va.repository.sdk/target/repository/

- name: Upload JaCoCo exec data
uses: actions/upload-artifact@v2
if: always()
Expand Down Expand Up @@ -92,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./repositories/ru.capralow.dt.framework.va.repository.sdk/target/ru.capralow.dt.framework.va.repository.sdk.zip
asset_path: ./repositories/ru.capralow.dt.framework.va.repository/target/ru.capralow.dt.framework.va.repository.zip
asset_name: repo.zip
asset_content_type: application/zip

Expand Down

0 comments on commit 30d61f3

Please sign in to comment.