Skip to content

Commit

Permalink
Taskfile.yml: Fix duplicated include statements
Browse files Browse the repository at this point in the history
This slipped through the cracks as part of PR getsolus#364.

Thanks to @FriesischScott for the heads up.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Oct 2, 2023
1 parent 638ed46 commit 90d2d8e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions common/Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
version : '3'

includes:
infra:
dir: ../infrastructure-tooling
taskfile: ../infrastructure-tooling/Infra.yml
optional: true

set: [pipefail]

vars:
Expand All @@ -17,6 +11,10 @@ vars:
includes:
qt5:
taskfile: ./common/Tasks/Taskfile.qt5.yml
infra:
dir: ../infrastructure-tooling
taskfile: ../infrastructure-tooling/Infra.yml
optional: true

tasks:
# Ensure people new to go-task and used to 'make help' have an easier time
Expand Down

0 comments on commit 90d2d8e

Please sign in to comment.