-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexible CI #3
Comments
Hi, thanks for this information. I'm in the process of adding support for GitHub Actions as well so let me combine these information so we can support the 3 CI's. By the way, what is this magic number |
@flowerinthenight Here is the doc. https://git.wiki.kernel.org/index.php/Aliases Try some things like: $ printf '' | git hash-object -t tree --stdin also work. |
Nice. TIL something. Thank you. Anyway, I just committed my changes to GitHub Actions. At the moment, the build allows the $COMMIT_RANGE variable to be overridable. You can try setting this variable in GitLab and build.sh will use that range instead. |
If you have a GitLab yml file, you can do a PR, even though it's just wip, so I can add it and connect this repo to GitLab. That way, we can use your commit instead of just me copying your code. If you don't mind, that is. |
I've just created a PR: #4. Please take a look at it. |
Hi! Any updates? Did you resolve other "Need help" things? |
No I haven't yet. No extra time at the moment. |
Let's user edit ci file to correct their pipeline.
eg:
Where:
This way, I can flexible using Gitlab or Circle CI as my choice.
Note: This also solve the problem when repo only have 1 commit.
The text was updated successfully, but these errors were encountered: