You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
git init a local repo, if necessary andgit add them automatically
auto_push would normally be false; this means users still have to log into the L4 server, review the files, make changes, commit, and publish them via osrelease.
When it is true, the command would check the current SHA is signed by a trusted key, and is marked as trusted in our job server database. If so, the push would be automatic.
The text was updated successfully, but these errors were encountered:
This would be invoked via a pipeline action.
The script would then:
medium_security
outputsgit init
a local repo, if necessary andgit add
them automaticallyauto_push
would normally befalse
; this means users still have to log into the L4 server, review the files, make changes, commit, and publish them viaosrelease
.When it is
true
, the command would check the current SHA is signed by a trusted key, and is marked astrusted
in our job server database. If so, the push would be automatic.The text was updated successfully, but these errors were encountered: