Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
f10bbd1a
Commit
f10bbd1a
authored
Apr 07, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use ssh git protocol
parent
0de9527d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
.gitmodules
.gitmodules
+4
-5
Dockerfile
Dockerfile
+2
-1
entrypoint.sh
entrypoint.sh
+0
-6
No files found.
.gitmodules
View file @
f10bbd1a
[submodule "magicseteditor"]
path = magicseteditor
url =
https://github.com/
mycard/magicseteditor.git
url =
git@github.com:
mycard/magicseteditor.git
branch = win32
[submodule "ygopro-images-raw"]
path = ygopro-images-raw
url =
https://github.com/
mycard/ygopro-images-raw.git
url =
git@github.com:
mycard/ygopro-images-raw.git
[submodule "ygopro-database"]
path = ygopro-database
url = https://github.com/mycard/ygopro-database.git
branch = build
url = git@github.com:mycard/ygopro-database.git
[submodule "ygopro-images"]
path = ygopro-images
url =
https://github.com/
mycard/ygopro-images.git
url =
git@github.com:
mycard/ygopro-images.git
Dockerfile
View file @
f10bbd1a
...
...
@@ -14,6 +14,7 @@ RUN bundle install
RUN
git config
--global
user.email
"zh99998+mycard@gmail.com"
RUN
git config
--global
user.name
"mycard"
RUN
git config
--global
push.default simple
RUN
ssh-keyscan github.com
>
/etc/ssh/ssh_known_hosts
ENV
WINEARCH=win32
ENV
RACK_ENV=production
...
...
@@ -21,4 +22,4 @@ RUN wineboot -i
COPY
magicseteditor/fonts /root/.wine/drive_c/windows/Fonts
COPY
. /usr/src/app
CMD
["./entrypoint.sh"]
CMD
xvfb-run --server-args="-screen 0 1x0x24" ./Server.rb
entrypoint.sh
deleted
100755 → 0
View file @
0de9527d
#!/bin/bash
echo
"machine github.com login
${
GITHUB_USERNAME
}
password
${
GITHUB_PASSWORD
}
"
>
~/.netrc
chmod
600 ~/.netrc
xvfb-run
--server-args
=
"-screen 0 1x0x24"
./Server.rb
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