Skip to content

Commit

Permalink
Fix Grabl CI (typedb#345)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Currently. Grabl CI on `master` is broken with this error message:

```
Release workflow was specified, but version candidate filename was not. 
Specify with the following in automation.yml: 
config:
  version-candidate: VERSION
```

## What are the changes implemented in this PR?

Do as suggested and fix Grabl config
  • Loading branch information
vmax authored Nov 3, 2020
1 parent ddb7a9d commit 4ffeb3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .grabl/automation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
config:
version-candidate: VERSION

build:
correctness:
build:
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit 4ffeb3f

Please sign in to comment.