Skip to content

Commit

Permalink
Fixed typo and removed expires (not needed) in taskgraph.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dklawren committed Feb 20, 2015
1 parent cf31fb7 commit 6aa8622
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions taskgraph.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
"TEST_SUITE": "sanity"
},
"artifacts": {
"pubic/runtests_log": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/runtests.log"
}
}
},
Expand Down Expand Up @@ -55,10 +54,9 @@
"TEST_SUITE": "docs"
},
"artifacts": {
"pubic/runtests_log": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/runtests.log"
}
}
},
Expand Down Expand Up @@ -88,15 +86,13 @@
"TEST_SUITE": "webservices"
},
"artifacts": {
"pubic/runtests_log": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/runtests.log"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/var/log/httpd/error_log"
}
}
},
Expand Down Expand Up @@ -126,15 +122,13 @@
"TEST_SUITE": "selenium"
},
"artifacts": {
"pubic/runtests_log": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/runtests.log"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/var/log/httpd/error_log"
}
}
},
Expand Down Expand Up @@ -164,15 +158,13 @@
"TEST_SUITE": "webservices"
},
"artifacts": {
"pubic/runtests_log": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/runtests.log"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/var/log/httpd/error_log"
}
}
},
Expand Down Expand Up @@ -202,15 +194,13 @@
"TEST_SUITE": "selenium"
},
"artifacts": {
"pubic/runtests_log": {
"public/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/runtests.log"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
"path": "/var/log/httpd/error_log"
}
}
},
Expand Down

0 comments on commit 6aa8622

Please sign in to comment.