Sha256: df33c516a30eb491cdf2e1f96114e48a970b43e7155a9f4e91c5767c39b82759
Contents?: true
Size: 671 Bytes
Versions: 1
Compression:
Stored size: 671 Bytes
Contents
stages: - build #testes: # stage: test # script: # - echo "Executanto testes automatizados" # - export RAILS_ENV="test" # - rbenv install -s # - if ! rbenv which bundle; then gem install bundler --no-ri --no-rdoc; rbenv rehash; fi # - bundle install # - rspec spec # tags: # - tester build: stage: build script: - if ! rbenv shell 2.7.3; then rbenv install -s 2.7.3; rbenv rehash; fi - if ! rbenv which bundle; then gem install bundler --no-ri --no-rdoc; rbenv rehash; fi - bundle install - rake build - rake release # - rake force_release only: - /^[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}$/ tags: - deployer
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alego_pdf-1.0.0 | .gitlab-ci.yml |