Skip to content

Commit

Permalink
18.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asafshen committed May 2, 2018
1 parent 02ef91f commit 377e962
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 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 c201ca27379c78f0bc562bbfdd00d33daf0f74a3 18.5.0
- ./setContentDescriptor.sh $CIRCLE_BUILD_NUM c201ca27379c78f0bc562bbfdd00d33daf0f74a3 18.5.1

# 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
override:

0 comments on commit 377e962

Please sign in to comment.