mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
Add sh -c
This commit is contained in:
parent
5493656c36
commit
0b5df0fee1
@ -5,4 +5,4 @@ before_install:
|
|||||||
- docker pull statusteam/nim-base
|
- docker pull statusteam/nim-base
|
||||||
script:
|
script:
|
||||||
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nim --version
|
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nim --version
|
||||||
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble refresh && nimble test
|
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base sh -c "nimble refresh && nimble test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user