Skip to content

Commit

Permalink
fix(ci): missed the flags operand
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed May 11, 2024
1 parent 96c2a9d commit f8b88c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: '3'
dotenv: ['.env']
vars:
COMMIT_SHA: {sh: 'git rev-parse --short HEAD'}
tasks:
default:
cmds:
Expand All @@ -10,3 +12,7 @@ tasks:
- yarn workspaces focus --all
- yarn workspace frontend run build
- yarn workspace api run build

ci:
cmds:
- earthly --ci --push +build-all --COMMIT={{ .COMMIT_SHA }} --LABEL=nightly

0 comments on commit f8b88c2

Please sign in to comment.