Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Nov 4, 2023
1 parent 74cf02b commit 9443270
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/vapor-nginx-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rubocop
bundle exec rspec
11 changes: 11 additions & 0 deletions vapor-ci/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.idea
.git
.github
.gitignore
Gemfile
Gemfile.lock
spec
.rspec
.rubocop.yml
vendor
Dockerfile
8 changes: 3 additions & 5 deletions vapor-ci/spec/dockerfile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@

image = ::Docker::Image.build_from_dir(
'.',
{
't' => 'abenevaut/vapor-ci:rspec',
'cache-from' => 'abenevaut/vapor-ci:latest',
'buildargs' => build_args
}
t: 'abenevaut/vapor-ci:rspec',
'cache-from': 'abenevaut/vapor-ci:latest',
buildargs: build_args
)

set :os, family: :alpine
Expand Down
11 changes: 11 additions & 0 deletions vapor-nginx/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.idea
.git
.github
.gitignore
Gemfile
Gemfile.lock
spec
.rspec
.rubocop.yml
vendor
Dockerfile
11 changes: 11 additions & 0 deletions vapor-roadrunner/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.idea
.git
.github
.gitignore
Gemfile
Gemfile.lock
spec
.rspec
.rubocop.yml
vendor
Dockerfile

0 comments on commit 9443270

Please sign in to comment.