Skip to content

Commit

Permalink
18.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay4 committed Sep 4, 2018
1 parent 6e4ca0f commit a7b0445
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
docker:
- image: circleci/node:9.11
environment:
CONTENT_VERSION: "18.8.2"
CONTENT_VERSION: "18.9.0"
steps:
- checkout
- run:
Expand Down Expand Up @@ -47,32 +47,3 @@ jobs:
- store_artifacts:
path: artifacts
destination: artifacts
- run:
name: Download Artifacts
command: |
./Tests/scripts/server_get_artifact.sh $SERVER_CI_TOKEN
- run:
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: Destroy Instances
command: ./Tests/scripts/destroy_instances.sh $CIRCLE_ARTIFACTS
when: always
- store_artifacts:
path: artifacts
destination: artifacts
when: always

0 comments on commit a7b0445

Please sign in to comment.