Sha256: 8d16fa324d8ff9b972925236b1207841011504d455304f4ec14771851eaa23ea
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
#!/bin/bash git remote add super https://gett-systems:$GITLAB_ACCESS_TOKEN@gitlab.com/getto-systems-labo/rubygems-roda.git git remote add backup https://getto-systems:$GITHUB_ACCESS_TOKEN@github.com/getto-systems/rubygems-getto-roda.git git tag $(cat .release-version) git push super HEAD:master --tags git push backup HEAD:master --tags
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
getto-roda-1.1.3 | bin/push_tags.sh |