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

GitLab Releases #188

Open
AstraLuma opened this issue Aug 14, 2020 · 4 comments
Open

GitLab Releases #188

AstraLuma opened this issue Aug 14, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@AstraLuma
Copy link
Contributor

GitLab has releases now? https://docs.gitlab.com/ee/user/project/releases/

Maybe add support for that?

@duckinator duckinator added the enhancement New feature or request label Aug 14, 2020
@duckinator
Copy link
Owner

I'm in favor of this, but it'll likely be a few weeks before I get to it. (Got a pretty big backlog of non-Bork-related clusterfucks atm.)

@AstraLuma
Copy link
Contributor Author

AstraLuma commented Aug 28, 2020

OH ALSO

SO IN THEORY, you could make a script that:

  1. Builds the package (or uses a previously built artifacts)
  2. Detects the correct repository and credentials to use (has GITLAB_CI defined, use CI_PROJECT_ID and CI_DEPLOY_PASSWORD to detect index and credentials)
  3. Attempt to upload the artifacts, fail quietly if that version already exists.

ie, your CI step could be:

deploy:
  stage: deploy
  image: duckinator/bork
  script: bork ci

and it could just work.

@duckinator

This comment was marked as resolved.

@AstraLuma

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants