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

fix: replace deprecated gitlab ci var #1404

Merged
merged 5 commits into from
Jul 26, 2023
Merged

Commits on Jul 20, 2023

  1. fix: replace deprecated gitlab ci var

    GitLab 16.x deprecated several variables including CI_BUILD_REF_NAME.
    In order to be exhaustive, two variables are replacing it:
    CI_COMMIT_BRANCH (prefered) and CI_COMMIT_REF_NAME.
    
    Issue: iterative#1403
    nipierre committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2cbddb7 View commit details
    Browse the repository at this point in the history
  2. Update src/drivers/gitlab.js

    dacbd committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fa42a3b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    dc535cc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    cbed258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20b961 View commit details
    Browse the repository at this point in the history