Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
1edf91a5
Unverified
Commit
1edf91a5
authored
Jan 25, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed add README toc
parent
36367c1f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dockerimagesim.yml
.github/workflows/dockerimagesim.yml
+2
-2
docker-compose.yml
run_sgx_sim/docker-compose.yml
+1
-1
No files found.
.github/workflows/dockerimagesim.yml
View file @
1edf91a5
...
...
@@ -18,10 +18,10 @@ jobs:
run
:
git submodule update --init --recursive
-
name
:
Build the Docker image
run
:
docker build . --file DockerfileSimulation --tag skalenetwork/sgxwalletsim:latest
-
name
:
push docker image
run
:
docker push skalenetwork/sgxwalletsim:latest
-
name
:
run docker image
run
:
docker run -v ./sgx_data:/usr/src/sdk/sgx_data -d --network=host skalenetwork/sgxwalletsim:latest
-
name
:
sleep and check
run
:
sleep 3; scripts/docker_test.py
-
name
:
push docker image
run
:
docker push skalenetwork/sgxwalletsim:latest
run_sgx_sim/docker-compose.yml
View file @
1edf91a5
...
...
@@ -9,5 +9,5 @@ services:
volumes
:
-
./sgx_data:/usr/src/sdk/sgx_data
restart
:
unless-stopped
command
:
-s
command
:
-s
-d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment