aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-12-09 10:52:14 +0100
committerGitHub <noreply@github.com>2019-12-09 10:52:14 +0100
commit5963fbe43946825177a52bf875405cb8199df6e3 (patch)
tree0c3596678b81e3241bcf8878004aed3e5160a3ce /Dockerfile
parentdd8ac301ea28927fd0494d9028ff059a836080a7 (diff)
parentd4106af027780bf3573b0ff8956caf3aa9f0e9bc (diff)
downloadpuppet-ferm-5963fbe43946825177a52bf875405cb8199df6e3.tar.gz
puppet-ferm-5963fbe43946825177a52bf875405cb8199df6e3.tar.bz2
Merge pull request #91 from voxpupuli/modulesync
modulesync 2.9.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 67048bb..6fd6342 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ RUN bundle install --without system_tests development release --path=${BUNDLE_PA
COPY . .
RUN bundle install
-RUN bundle exec release_checks
+RUN bundle exec rake release_checks
# Container should not saved
RUN exit 1