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

Wrap true in quotes to make it a string in #14

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

Conversation

Amir-yazdanmanesh
Copy link

@Amir-yazdanmanesh Amir-yazdanmanesh commented Jan 30, 2024

Summary of Changes

This pull request addresses the following modification:

  • Changed Configuration Variable: LINK_ARTIFACT
    • Before: "true"
    • After: true

Description

We have updated the configuration of the LINK_ARTIFACT variable in our GitLab CI/CD pipeline. Previously, it was set as a string with the value "true", and we have now changed it to a boolean with the value true.

Handling Configuration Errors

If you encounter the following error after merging this change:

Found errors in your .gitlab-ci.yml:
variables config should be a hash of key value pairs
value can be a hash

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.

1 participant