|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- run: |
|
|
|
|
command: ./.circleci/install_chrome_headless.sh |
|
|
|
|
command: ./bin/install_chrome_headless.sh |
|
|
|
|
no_output_timeout: 2400 |
|
|
|
|
|
|
|
|
|
- run: sudo apt-get update; sudo apt-get -y install autoconf build-essential libgmp3-dev libtool |
|
|
|
@ -362,7 +362,7 @@ jobs: |
|
|
|
|
at: . |
|
|
|
|
|
|
|
|
|
- run: |
|
|
|
|
command: ./.circleci/install_chrome_headless.sh |
|
|
|
|
command: ./bin/install_chrome_headless.sh |
|
|
|
|
no_output_timeout: 2400 |
|
|
|
|
|
|
|
|
|
- run: mix local.hex --force |
|
|
|
@ -416,7 +416,7 @@ jobs: |
|
|
|
|
at: . |
|
|
|
|
|
|
|
|
|
- run: |
|
|
|
|
command: ./.circleci/install_chrome_headless.sh |
|
|
|
|
command: ./bin/install_chrome_headless.sh |
|
|
|
|
no_output_timeout: 2400 |
|
|
|
|
|
|
|
|
|
- run: mix local.hex --force |
|
|
|
@ -470,7 +470,7 @@ jobs: |
|
|
|
|
at: . |
|
|
|
|
|
|
|
|
|
- run: |
|
|
|
|
command: ./.circleci/install_chrome_headless.sh |
|
|
|
|
command: ./bin/install_chrome_headless.sh |
|
|
|
|
no_output_timeout: 2400 |
|
|
|
|
|
|
|
|
|
- run: mix local.hex --force |
|
|
|
@ -524,7 +524,7 @@ jobs: |
|
|
|
|
at: . |
|
|
|
|
|
|
|
|
|
- run: |
|
|
|
|
command: ./.circleci/install_chrome_headless.sh |
|
|
|
|
command: ./bin/install_chrome_headless.sh |
|
|
|
|
no_output_timeout: 2400 |
|
|
|
|
|
|
|
|
|
- run: mix local.hex --force |
|
|
|
|