Sha256: d3c060705a7ffe58b115c8d420ad111b779bb5f42661cb49bb7afd0f97f882e2
Contents?: true
Size: 383 Bytes
Versions: 1
Compression:
Stored size: 383 Bytes
Contents
before_script: - apt-get update -qqqy && apt-get install -y locales - echo "en_US UTF-8" > /etc/locale.gen - locale-gen en_US.UTF-8 - export LANG=en_US.UTF-8 - export LANGUAGE=en_US:en - export LC_ALL=en_US.UTF-8 - which ruby - ruby -v - gem install bundler --no-ri --no-rdoc - bundle install --jobs $(nproc) "${FLAGS[@]}" spec: script: - bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitlab_emoji-0.3.1 | .gitlab-ci.yml |