forked from voxpupuli/puppet-wildfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.sh
executable file
·46 lines (35 loc) · 901 Bytes
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/bash
source ~/.profile
source ~/.rvm/scripts/rvm
rvm --version
# rvm install ruby-1.8.7
# rvm use ruby-1.8.7
# rvm install ruby-1.9.3
# rvm use ruby-1.9.3
rvm install ruby-2.0.0
rvm use ruby-2.0.0
set -e
ruby -v
echo "gem version"
gem --version
gem install bundler --no-rdoc --no-ri
bundle install --without development
bundle --version
gem update --system 2.1.11
bundle exec rake syntax
bundle exec rake lint
bundle exec rake spec
#bundle exec rake ci:setup:rspec spec
bundle exec rspec spec/acceptance
BEAKER_set=centos-70-x64 bundle exec rspec spec/acceptance
BEAKER_set=debian-78-x64 bundle exec rspec spec/acceptance
bundle exec rubocop
#bundle exec rake spec
#ruby syntax check
rubocop
# Release the Puppet module, doing a clean, build, tag, push, bump_commit
rake module:clean
rake build
rake module:push
rake module:tag
rake module:bump_commit # Bump version and git commit