Skip to content

Commit

Permalink
18.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asafshen committed May 3, 2018
1 parent 404dab2 commit d586fd7
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,11 @@ test:
- ./Tests/yamlvalidator

# build content descriptor
- ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 7fc195b7b1c420f9c1ff5041f021f224648510fe 18.5.1
- ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 7fc195b7b1c420f9c1ff5041f021f224648510fe 18.5.2

# create common server documentation
- ./Docs/commonServerDocs.sh

# create content bundle
- python content_creator.py $CIRCLE_ARTIFACTS
override:
- chmod +x ./Tests/scripts/*

# ensure file name
- ./Tests/scripts/validate_files_structure.sh

# get installer from server
- ./Tests/scripts/server_get_artifact.sh

# run demisto instance
- ./Tests/scripts/create_instance.sh

# download conf file
- ./Tests/scripts/download_demisto_conf.sh

# run installer
- ./Tests/scripts/run_installer_on_instance.sh

# wait until server is ready
- ./Tests/scripts/wait_until_server_ready.sh

# pull all non default docker images
#- ./Tests/scripts/pull_docker_images.sh

# run tests
- ./Tests/scripts/run_tests.sh

# terminate instance
- ./Tests/scripts/destroy_instances.sh

0 comments on commit d586fd7

Please sign in to comment.