Sha256: 739367a1966a2fb3a147d23e124af5651e5ef4fc15267d7b1c623a4ce715ad5e

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

image: ruby

run:
  before_script:
    - mkdir ~/.gem
    - mv $RUBY_GEM_CREDS  ~/.gem/credentials
    - chmod 0600 ~/.gem/credentials # rubygems requires 0600 permissions on the credentials file
  script:
    - gem build gupshup_whatsapp
    - gem push *.gem
    - rm gupshup_whatsapp*.gem

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gupshup_whatsapp-1.0.4 .gitlab-ci.yml
gupshup_whatsapp-1.0.3 .gitlab-ci.yml
gupshup_whatsapp-1.0.2 .gitlab-ci.yml
gupshup_whatsapp-1.0.1 .gitlab-ci.yml
gupshup_whatsapp-1.0.0 .gitlab-ci.yml