Skip to content

Commit

Permalink
dont build docker on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Apr 6, 2020
1 parent 6351a51 commit f1e320b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
54 changes: 27 additions & 27 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,107 +66,107 @@
"provides" : {
"Mojolicious::Plugin::Yancy" : {
"file" : "lib/Mojolicious/Plugin/Yancy.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy" : {
"file" : "lib/Yancy.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Dbic" : {
"file" : "lib/Yancy/Backend/Dbic.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Mysql" : {
"file" : "lib/Yancy/Backend/Mysql.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Pg" : {
"file" : "lib/Yancy/Backend/Pg.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Role::MojoAsync" : {
"file" : "lib/Yancy/Backend/Role/MojoAsync.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Role::Relational" : {
"file" : "lib/Yancy/Backend/Role/Relational.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Role::Sync" : {
"file" : "lib/Yancy/Backend/Role/Sync.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Backend::Sqlite" : {
"file" : "lib/Yancy/Backend/Sqlite.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Command::backend" : {
"file" : "lib/Yancy/Command/backend.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Command::backend::copy" : {
"file" : "lib/Yancy/Command/backend/copy.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Controller::Yancy" : {
"file" : "lib/Yancy/Controller/Yancy.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Controller::Yancy::API" : {
"file" : "lib/Yancy/Controller/Yancy/API.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Controller::Yancy::MultiTenant" : {
"file" : "lib/Yancy/Controller/Yancy/MultiTenant.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth" : {
"file" : "lib/Yancy/Plugin/Auth.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth::Basic" : {
"file" : "lib/Yancy/Plugin/Auth/Basic.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth::Github" : {
"file" : "lib/Yancy/Plugin/Auth/Github.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth::OAuth2" : {
"file" : "lib/Yancy/Plugin/Auth/OAuth2.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth::Password" : {
"file" : "lib/Yancy/Plugin/Auth/Password.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth::Role::RequireUser" : {
"file" : "lib/Yancy/Plugin/Auth/Role/RequireUser.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Auth::Token" : {
"file" : "lib/Yancy/Plugin/Auth/Token.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Editor" : {
"file" : "lib/Yancy/Plugin/Editor.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::File" : {
"file" : "lib/Yancy/Plugin/File.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Form" : {
"file" : "lib/Yancy/Plugin/Form.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Plugin::Form::Bootstrap4" : {
"file" : "lib/Yancy/Plugin/Form/Bootstrap4.pm",
"version" : "1.047"
"version" : "1.048"
},
"Yancy::Util" : {
"file" : "lib/Yancy/Util.pm",
"version" : "1.047"
"version" : "1.048"
}
},
"release_status" : "stable",
Expand All @@ -182,7 +182,7 @@
},
"x_IRC" : "irc://irc.freenode.org/#mojo-yancy"
},
"version" : "1.047",
"version" : "1.048",
"x_authority" : "cpan:PREACTION",
"x_contributors" : [
"Ed J <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Yancy - A simple framework and editor for content-driven Mojolicious websites

# VERSION

version 1.047
version 1.048

# SYNOPSIS

Expand Down
9 changes: 5 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ allow_dirty_match = .*[.]PL
[Git::Push]

[Run::AfterBuild / build docker images]
run = docker build -f eg/docker/Dockerfile --pull --tag preaction/yancy:latest "%d"
run = docker build -f eg/docker/Dockerfile.pg --tag preaction/yancy:latest-pg "%d"
run = docker build -f eg/docker/Dockerfile.mysql --tag preaction/yancy:latest-mysql "%d"
run = docker build -f eg/docker/Dockerfile.sqlite --tag preaction/yancy:latest-sqlite "%d"
run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile --pull --tag preaction/yancy:latest "%d"
run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile.pg --tag preaction/yancy:latest-pg "%d"
run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile.mysql --tag preaction/yancy:latest-mysql "%d"
run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile.sqlite --tag preaction/yancy:latest-sqlite "%d"
fatal_errors = 0

[Run::AfterRelease / release docker images]
run = docker build -f eg/docker/Dockerfile --pull --tag preaction/yancy:latest --tag preaction/yancy:v%v "%d"
Expand Down

0 comments on commit f1e320b

Please sign in to comment.