diff --git a/circle.yml b/circle.yml index 236a52b60142..6627dff9833b 100644 --- a/circle.yml +++ b/circle.yml @@ -15,7 +15,7 @@ test: - ./Tests/yamlvalidator # build content descriptor - - ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 00147fc001414670732cb2de5298f8e2188f10cc 18.4.2ยง + - ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 00147fc001414670732cb2de5298f8e2188f10cc 18.4.2 # create common server documentation - ./Docs/commonServerDocs.sh @@ -24,30 +24,3 @@ test: - 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