Update of CircleCI config

pull/273/head
Dr. Sergey Pogodin 7 years ago
parent d79262cb25
commit 3e3df2562d
  1. 2
      .circleci/config.yml
  2. 1
      docker_build_and_deploy.sh

@ -1,6 +1,6 @@
defaults: &defaults defaults: &defaults
docker: docker:
- image: birdofpreyru/mythril-integration-tests:0.0.4 - image: mythril/dev_test_environment:latest
version: 2 version: 2
jobs: jobs:

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
set -eo pipefail
NAME=mythril/myth NAME=mythril/myth

Loading…
Cancel
Save