We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde6904 commit 8076384Copy full SHA for 8076384
schema/config_test.go
@@ -164,7 +164,11 @@ func TestConfig(t *testing.T) {
164
"/var/job-result-data": {},
165
"/var/log/my-app-logs": {}
166
},
167
- "WorkingDir": "/home/alice"
+ "WorkingDir": "/home/alice",
168
+ "Labels": {
169
+ "com.example.project.git.url": "https://example.com/project.git",
170
+ "com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
171
+ }
172
173
"rootfs": {
174
"diff_ids": [
0 commit comments