Skip to content

Commit

Permalink
fix: beelocal main
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Dec 15, 2022
1 parent 7be711e commit 31c169c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beekeeper.yml
Expand Up @@ -12,7 +12,7 @@ env:
REPLICA: 3
RUN_TYPE: "PR RUN"
SETUP_CONTRACT_IMAGE_TAG: "0.9.8"
BEELOCAL_BRANCH: "staking_test"
BEELOCAL_BRANCH: "main"
BEEKEEPER_BRANCH: "staking_test"
BEEKEEPER_METRICS_ENABLED: false
REACHABILITY_OVERRIDE_PUBLIC: true
Expand Down
17 changes: 17 additions & 0 deletions om
@@ -0,0 +1,17 @@
// runnable

set: service [empty, timeout]

dependencies: set
dependants: set

service <running, ^failed, ^done> {
start(dependencies) init->running|failed
stop(dependants) running->done|failed
}

running---done
/ \
init---- /
\ /
failed

0 comments on commit 31c169c

Please sign in to comment.