Skip to content

Commit

Permalink
fix: remove kgoss requirement for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
  • Loading branch information
lucabello authored Dec 11, 2024
1 parent b0a26c1 commit f533638
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
set quiet # Recipes are silent by default
set export # Just variables are exported to environment variables

kgoss := `which kgoss` # `kgoss` is required

rock_name := `echo ${PWD##*/} | sed 's/-rock//'`
latest_version := `find . -maxdepth 1 -type d | sort -V | tail -n1 | sed 's@./@@'`

Expand Down

0 comments on commit f533638

Please sign in to comment.