mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
FIx path
This commit is contained in:
parent
c71b96051b
commit
9e8cc01b64
@ -164,8 +164,8 @@ install:
|
||||
- test "$TRAVIS_OS_NAME" != "linux" || (scripts/install_cmake.sh)
|
||||
- echo -n "$TRAVIS_COMMIT" > commit_hash.txt
|
||||
- test $SOLC_DOCKER != On || (
|
||||
docker build -t tmp -f scripts/Dockerfile .
|
||||
tmp_container=$(docker create tmp sh)
|
||||
docker build -t ethereum/solc:build -f scripts/Dockerfile .
|
||||
tmp_container=$(docker create ethereum/solc:build sh)
|
||||
mkdir -p upload
|
||||
docker cp ${tmp_container}:/usr/bin/solc upload/
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user