Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
Overview
Details
Activity
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
other
rails_dingtalk
Commits
3eca79ab
Commit
3eca79ab
authored
Sep 10, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
9e84d554
'
parents
18f6ff9b
9e84d554
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
17 deletions
+7
-17
gempush.yml
.github/workflows/gempush.yml
+6
-16
test.yml
.github/workflows/test.yml
+1
-1
No files found.
.github/workflows/gempush.yml
View file @
3eca79ab
...
@@ -11,29 +11,19 @@ jobs:
...
@@ -11,29 +11,19 @@ jobs:
name
:
Build + Publish
name
:
Build + Publish
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@master
-
name
:
Fetch Project
uses
:
actions/checkout@v2
with
:
submodules
:
true
-
name
:
Set up Ruby
-
name
:
Set up Ruby
uses
:
actions/setup-ruby@v1
uses
:
actions/setup-ruby@v1
with
:
with
:
version
:
2.6.x
version
:
3.0.x
-
name
:
Publish to GPR
run
:
|
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:github: Bearer ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
gem build *.gemspec
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
env
:
GEM_HOST_API_KEY
:
${{secrets.GPR_AUTH_TOKEN}}
OWNER
:
username
-
name
:
Publish to RubyGems
-
name
:
Publish to RubyGems
run
:
|
run
:
|
mkdir -p $HOME/.gem
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${
GEM_HOST_API_KEY
}\n" > $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${
{ secrets.GEM_KEY }
}\n" > $HOME/.gem/credentials
gem build *.gemspec
gem build *.gemspec
gem push *.gem
gem push *.gem
env
:
GEM_HOST_API_KEY
:
${{secrets.RUBYGEMS_AUTH_TOKEN}}
.github/workflows/test.yml
View file @
3eca79ab
...
@@ -40,7 +40,7 @@ jobs:
...
@@ -40,7 +40,7 @@ jobs:
test/dummy/bin/yarn install --check-files
test/dummy/bin/yarn install --check-files
-
name
:
Prepare DB
-
name
:
Prepare DB
run
:
|
run
:
|
RAILS_ENV=test bin/rails
db:creat
e
RAILS_ENV=test bin/rails
app:db:prepar
e
RAILS_ENV=test bin/rails g rails_com:migrations -f
RAILS_ENV=test bin/rails g rails_com:migrations -f
RAILS_ENV=test bin/rails db:migrate
RAILS_ENV=test bin/rails db:migrate
-
name
:
Run Test
-
name
:
Run Test
...
...
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