Skip to content
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

Add support for Gitlab CI #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for Gitlab CI #4

wants to merge 1 commit into from

Conversation

liemle3893
Copy link

  1. Add support for Gitlab CI (see .gitlab.ci.yml)
  2. Cleanup build.sh.
  • Use realpath instead of readlink -e. realpath work pretty the
    same on OSX, Ubuntu, Alpine
  • Resolve: The very first commit may cause error.
  • CI_COMMIT_BEFORE_SHA, CI_COMMIT_SHA will be put inside pipeline
    and might be re-calculate if needed.

1. Add support for Gitlab CI (see .gitlab.ci.yml)
2. Cleanup build.sh.
- Use `realpath` instead of `readlink -e`. `realpath` work pretty the
  same on OSX, Ubuntu, Alpine
- Resolve: The very first commit may cause error.
- `CI_COMMIT_BEFORE_SHA`, `CI_COMMIT_SHA` will be put inside pipeline
  and might be re-calculate if needed.
@liemle3893 liemle3893 mentioned this pull request Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants