We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19ac83 commit f4db45eCopy full SHA for f4db45e
.github/workflows/ci.yml
@@ -340,9 +340,11 @@ jobs:
340
# Create test target YAML file
341
echo 'name: "test-web-server"' > test_target.yml
342
echo 'targetType: "ssh"' >> test_target.yml
343
- echo 'address: "192.168.1.100"' >> test_target.yml
344
- echo 'username: "deploy"' >> test_target.yml
345
- echo 'description: "Test web server"' >> test_target.yml
+ echo 'spec:' >> test_target.yml
+ echo ' address: "192.168.1.100"' >> test_target.yml
+ echo ' username: "deploy"' >> test_target.yml
346
+ echo 'metadata:' >> test_target.yml
347
+ echo ' description: "Test web server"' >> test_target.yml
348
349
# Test target create
350
echo "Testing: target create"
0 commit comments