GithubHelp home page GithubHelp logo

kaitai-io / push_artifacts Goto Github PK

View Code? Open in Web Editor NEW
0.0 7.0 0.0 44 KB

A shell script for pushing build artifacts to a remote Git repository

License: GNU General Public License v3.0

Shell 100.00%

push_artifacts's Introduction

push_artifacts

A shell script for pushing build artifacts to a remote GitHub repository

Installation

git submodule add https://github.com/kaitai-io/push_artifacts.git

Git commit information

Make sure you set up the Git identity before running the script, otherwise Git will ask you to "tell it who you are". This can be done using git config:

git config --global user.name 'Kaitai Bot'
git config --global user.email '[email protected]'

See git commit > Commit information for more info.

For kaitai-io repositories, this can be set by running:

./git_config_kaitai_bot

Pulling the latest version from dependent projects

If you want to fetch the latest master version from a dependent repo that has push_artifacts as a submodule, run this:

git pull --recurse-submodule
git submodule update --remote push_artifacts

push_artifacts's People

Contributors

generalmimon avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

push_artifacts's Issues

Introduce CI testing

I wonder if we can actually establish some kind of test bed for this script itself? In theory, it should be relatively straightforward: just publish a commit to some kind of scrap repo using Travis / AppVeyor / GH Actions for every PR to this script and/or every commit to master?

Originally posted by @GreyCat in kaitai-io/kaitai_struct#819 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.