Skip to content

Commit

Permalink
18.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay4 committed Oct 30, 2018
1 parent 1ef5043 commit 56ec0cf
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
docker:
- image: ronykoz/content-build-node911:latest
environment:
CONTENT_VERSION: "18.10.1"
CONTENT_VERSION: "18.10.3"
GIT_SHA1: "ef73b78e1cb1749298a7d419f6d157a5643db33e"
steps:
- checkout
Expand Down Expand Up @@ -46,33 +46,3 @@ jobs:
name: Download Configuration
command: |
./Tests/scripts/download_demisto_conf.sh
- run:
name: Create Instance
command: |
./Tests/scripts/create_instance.sh instance.json
- run:
name: Setup Instance
command: |
./Tests/scripts/run_installer_on_instance.sh
./Tests/scripts/wait_until_server_ready.sh
- run:
name: Run Tests
shell: /bin/bash
command: ./Tests/scripts/run_tests.sh
- run:
name: Slack Notifier
shell: /bin/bash
command: ./Tests/scripts/slack_notifier.sh
when: always
- run:
name: Instance Test
command: ./Tests/scripts/instance_test.sh
when: always
- run:
name: Destroy Instances
command: ./Tests/scripts/destroy_instances.sh $CIRCLE_ARTIFACTS
when: always
- store_artifacts:
path: artifacts
destination: artifacts
when: always

0 comments on commit 56ec0cf

Please # to comment.