python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CloudFormation Template errors on AWS
Having trouble solving these errors on my template for AWS.
Here are my errors:
WobblelandSecurityGroup CREATE_FAILED Value of property GroupName must be of type String
PrivateSubnet CREATE_FAILED...
Crunchy
Votes: 0
Answers: 1
Update declared variables in GIthub Actions workflow
How does one go about updating a variable that is declared in github action workflow?
Consider the following:
name: Test Variable
on:
push:
branches: [ main ]
pull_request:
branches: [ m...
envyM6
Votes: 0
Answers: 1
How to preserve format with yaml dump in python3
I want to change only the attribute anotherName from the following yaml file with python.
test.yaml:
---
kind: test
scope: not far
spec:
test1:
options:
- name: test.com
anotherNam...
Warok
Votes: 0
Answers: 2
Azure devOps Pipeline to run all unit tests but exclude others
Objective:
I have a unit test task in my azure devOps pipeline, and I want it to run all tests dll but exclude others.
Run Unit Tests - Run All tests except Tests.XXX.dll and Tests.YYYY.dll
My YAML fo...
Filipa
Votes: 0
Answers: 0