Skip to content
This repository was archived by the owner on Sep 13, 2021. It is now read-only.
Prev Previous commit
Next Next commit
add check for CI environment
  • Loading branch information
Stefie committed Mar 31, 2020
commit 9ce9c3ec4c5e7574ddd6ac1cd7ed57dbf1c0f8ab
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ev

provide-parity-tools

if which podman || which docker; then
if which podman || which docker || $CI_JOB_ID; then
provide-wabt
provide-solang
cd contracts/solidity/flipper
Expand Down