databricks-cli/bundle/phases
Pieter Noordhuis 123a5e15e9
Acquire lock prior to deploy (#270)
Add configuration:

```
bundle:
  lock:
    enabled: true
    force: false
```

The force field can be set by passing the `--force` argument to `bricks
bundle deploy`. Doing so means the deployment lock is acquired even if
it is currently held. This should only be used in exceptional cases
(e.g. a previous deployment has failed to release the lock).
2023-03-22 16:37:26 +01:00
..
build.go Define deploy command as sequence of build phases (#129) 2022-12-12 12:49:25 +01:00
deploy.go Acquire lock prior to deploy (#270) 2023-03-22 16:37:26 +01:00
initialize.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
phase.go Define deploy command as sequence of build phases (#129) 2022-12-12 12:49:25 +01:00