Sha256: 18371e57ac1e9107c9b6e7d5df200befce0a94ba3e4109ad7ce57729e42384fc
Contents?: true
Size: 391 Bytes
Versions: 4
Compression:
Stored size: 391 Bytes
Contents
#!/bin/bash echo -e "---\n:rubygems_api_key: $GEM_API_KEY" > ~/.gem/credentials chmod 0600 ~/.gem/credentials cd lf-git build_version=$(ruby -r ./lib/license_finder/version.rb -e "puts LicenseFinder::VERSION") built_gem="pkg/license_finder-$build_version.gem" if [ -z "$(gem fetch license_finder -v $build_version 2>&1 | grep ERROR)" ]; then exit 0 fi rake build gem push ${built_gem}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
license_finder-4.0.2 | ci/scripts/pushscript.sh |
license_finder-4.0.1 | ci/scripts/pushscript.sh |
license_finder-3.1.1 | ci/scripts/pushscript.sh |
license_finder-3.0.4 | ci/scripts/pushscript.sh |