Skip to content

Commit

Permalink
18.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asafshen committed Apr 16, 2018
1 parent ed97563 commit 84f293a
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test:
- ./Tests/yamlvalidator

# build content descriptor
- ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 1aeecc41f4640cfca92618bbefd44698f61b9c88 18.4.2
- ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 1aeecc41f4640cfca92618bbefd44698f61b9c88 18.4.3

# create common server documentation
- ./Docs/commonServerDocs.sh
Expand All @@ -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

0 comments on commit 84f293a

Please sign in to comment.