Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [yaml]

Use this tag for questions about the YAML data serialization format only, not for questions about programs (or examples) that happen to have their configuration in a YAML format. Questions about the CSS framework also called YAML should be tagged [yaml-css] instead.

0 votes
0 answers
18 views

Uploading static files to an S3 as part of a Serverless deploy

I'm extending an existing tool that runs as a bunch of lambdas. It has several components to it (sftp handling, RDS Postgres updates, etc) and a small UI element. The UI needs has a few pages that now ...
Dycey's user avatar
  • 4,635
0 votes
1 answer
7 views

How to create multiline text file in Forgejo (using Github Actions syntax)?

I'm trying to setup runner on Forgejo instance (which is Gitea fork), it uses Github Actions syntax. I have following yaml file: name: Android CI on: [push] jobs: build: runs-on: high ...
Tauri's user avatar
  • 1,289
0 votes
1 answer
7 views

how to load a ETL script to S3 bucket using yaml CloudFormation stack

I have been writing CloudFormation Stack using yaml and deploying it to AWS Infrastructure ( For legacy reasons, I can not switch to CDK unfortunately ;)) Following yaml code is a part of the ...
Pankesh Patel's user avatar
-1 votes
0 answers
17 views

Invalid yaml syntax on github-actions [duplicate]

I am trying to setup a github action but I have an invalid yaml syntax on line 20 run: echo "Merged PR detected: ${{ github.event.pull_request.head.ref }}": name: Auto Delete Feature Branch ...
PrOpoLo's user avatar
  • 111
0 votes
2 answers
46 views

YAML validation using JSON schema in C or Fortran program

I have a Fortran program that uses bind(c) and some wrappers written in C to use libyaml to read/parse a YAML file at runtime. This part of the program is a combination of Fortran and C code. ...
byrdman1982's user avatar
0 votes
1 answer
41 views

Could not find any file matching the template file pattern

I am migrating the classic release pipeline to the YML Pipeline. Note: The build pipeline is already a YML pipeline. Post writing the yml and running the jobs getting below error for azure deployment ...
Nagarjun's user avatar
0 votes
1 answer
41 views

Playwright Test execution on Azure Windows machine fails in pipeline with error as No test found, It works perfectly with same command

I am executing test cases on microsoft azure pipeline using YAML file. When I execute the test case locally on VS code it works perfectly but when I am executing it on pipeline it shows error as No ...
Ketan Pardeshi's user avatar
0 votes
0 answers
15 views

cfn-lint a string or stream input is required

I updated cfn-lint to version 1.8.2. Now we're getting a lot of errors that I couldn't find solutions for online. This is the error message: E1101 Exception 'a string or stream input is required' ...
Daria's user avatar
  • 1
0 votes
0 answers
15 views

How to add attributes in my local middleware Traefik card?

How could I add my plugin attributes on this card ? Traefik card My Traefik plugin config : apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: cas-middleware spec: ...
Nzosim's user avatar
  • 1
-2 votes
0 answers
34 views

python object to yaml array formatting

I have this script python script where I have custom objects that is supposed to output into YAML format. The following is the expected output: name: Russ address: '{"street":"15th ...
vin's user avatar
  • 191
0 votes
0 answers
29 views

How generated-sources folder is created?

I wonder how generated-sources folder is created under the /target folder. As far as I know it is created from Open API YAML file, however, I cannot find the generated classes as components in the ...
EDOYou's user avatar
  • 35
-1 votes
0 answers
41 views

Can yaml parameter be trimmed of trailing white space? [closed]

Copy and pasting values sometimes put a trailing white space in the parameter and blows up a deployment. Is it possible to trim the parameter value and pass it to a variable instead of triming it in ...
Tod Spengo's user avatar
1 vote
1 answer
62 views

Is it possible to build multi-architecture docker images via pipeline

I am trying to create one image that supports amd64 and arm64 in my DevOps pipeline but get this error: ERROR: Multi-platform build is not supported for the docker driver. Switch to a different driver,...
Chris Hopton's user avatar
0 votes
0 answers
16 views

Why are the YAML highlight options not being reflected in my HTML that is knitted from and RMD?

I am working in r studio. For my college class, we're working in rmd files and then knitting them to html files. Each rmd file starts with YAML options that setup the document. The document has no ...
Spoger's user avatar
  • 23
1 vote
1 answer
35 views

ggplot are all the same when yaml parameter is passed and quarto_render is used in loop

I want to render multiple html documents using quarto_render I have a main.qmd containing: library(quarto) library(glue) # List of IDs of interest ids <- c("A", "B", "C&...
Kuehlschrank's user avatar

15 30 50 per page
1
2 3 4 5
1047