mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-22 20:38:08 +00:00
Revert "commit on save yes for now"
This reverts commit 39ecb70046136d82407c2636789f878171fe0efc.
This commit is contained in:
parent
6675c407bd
commit
f88d325022
@ -3,5 +3,5 @@ from os import environ
|
||||
|
||||
GIT_BRANCH = environ.get("GIT_BRANCH", default="staging")
|
||||
GIT_BRANCH_TO_PUBLISH_TO = environ.get("GIT_BRANCH_TO_PUBLISH_TO", default="main")
|
||||
GIT_COMMIT_ON_SAVE = True
|
||||
GIT_COMMIT_ON_SAVE = False
|
||||
SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME = "staging.yml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user