Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Alias docker directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Dec 7, 2019
1 parent af5c4e4 commit 5e13918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/deploy.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ steps:
OASIS_RUNTIME_BRANCH: "${BUILDKITE_BRANCH}"

- label: ":rocket: Publish docker images"
trigger: private-ops-oasis-runtime-publish-image
trigger: private-ops-oasis-runtime-publish-devnet2-image
async: true
branches: devnet2
build:
Expand Down
5 changes: 4 additions & 1 deletion docker/ekiden-runtime-ethereum/build_context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ else
cp resources/genesis/ekiden_genesis_testing.json resources/genesis.json
fi

mkdir docker/deployment
cp docker/ekiden-runtime-ethereum/Dockerfile docker/deployment
tar -czf "$dst" \
resources/genesis.json \
target/release/runtime-ethereum \
target/x86_64-fortanix-unknown-sgx/release/runtime-ethereum.sgxs \
target/release/gateway \
docker/ekiden-runtime-ethereum/Dockerfile
docker/ekiden-runtime-ethereum/Dockerfile \
docker/deployment/Dockerfile

0 comments on commit 5e13918

Please sign in to comment.