Hello! I built a YAML file. GitLab is very confused with the absolute or relative paths and does not detect the files and the images from the folder assets. Here is: pages: stage: deploy script: - echo "Olá Felipe e Daniel! :-)" artifacts:...
MGYashu and 4 more commentedI am going to learn YAML data serialization language, and I want to answer these questions based on a YAML script. What would be the right answers? I have learned some JSON but to differentiate YAML with JSON & to get an idea of YAML I have found thi...
Join discussionCurrently I'm using the Symfony YAML component, and my code is as follows (note that $blueprint is the data from the YAML file). It works, but I'm not sure of its elegance. function update\\_blueprint($path, $data = []) { // Get existing data $bluepr...
Cj commented