You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds the package (or uses a previously built artifacts)
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)
Attempt to upload the artifacts, fail quietly if that version already exists.
ie, your CI step could be:
deploy:
stage: deployimage: duckinator/borkscript: bork ci
GitLab has releases now? https://docs.gitlab.com/ee/user/project/releases/
Maybe add support for that?
The text was updated successfully, but these errors were encountered: