gitlab-ci-discord-webhook icon indicating copy to clipboard operation
gitlab-ci-discord-webhook copied to clipboard

Wrap true in quotes to make it a string in

Open Amir-yazdanmanesh opened this issue 1 year ago • 0 comments

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

Amir-yazdanmanesh avatar Jan 30 '24 11:01 Amir-yazdanmanesh