diff options
Diffstat (limited to 'include/deliverable.h')
-rw-r--r-- | include/deliverable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/deliverable.h b/include/deliverable.h index d712d08..04967c8 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -156,9 +156,10 @@ struct Delivery { } tests[1000]; ///< An array of tests struct Deploy { + struct JFRT_Auth jfrog_auth; + struct JFrog { struct StrList *files; - struct JFRT_Auth auth_ctx; struct JFRT_Upload upload_ctx; char *repo; char *dest; |