Skip to content

Commit

Permalink
ISSUE-89 Deploy test KasperskyLab#2
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Mingaliev <[email protected]>
  • Loading branch information
RuslanMingaliev committed May 2, 2020
1 parent df3f6cf commit 5ee4530
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- run:
name: Build
command: ./gradlew assemble
- run:
name: Deploy Kautomator
command: ./gradlew :kautomator:artifactoryPublish
- run:
name: Deploy Kaspresso
command: ./gradlew :kaspresso:artifactoryPublish
- run:
name: Deploy Kautomator
command: ./gradlew :kautomator:artifactoryPublish
- store_artifacts:
path: kautomator/build/reports
destination: reports/kautomator
Expand All @@ -69,4 +69,8 @@ workflows:
main_workflow:
jobs:
- analyze
- deploy
# - deploy:
# filters:
# branches:
# only:
# - master

0 comments on commit 5ee4530

Please sign in to comment.