Use bash over sh

pull/1775/head
Nikhil Parasaram 1 year ago committed by GitHub
parent 499bce16f7
commit 7e2005eb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -162,7 +162,7 @@ jobs:
- setup_remote_docker
- run:
name: Building Docker Image
command: ./docker_build_and_deploy.sh mythril/myth-dev
command: /bin/bash ./docker_build_and_deploy.sh mythril/myth-dev
workflows:
version: 2

Loading…
Cancel
Save