Skip to content

Commit

Permalink
Adds missing phony to ci makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed May 28, 2024
1 parent daf7b33 commit e6b8414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@


.PHONY: set-autoscaler-pipeline:
set-autoscaler-pipeline:
@./autoscaler/set-pipeline.sh

.PHONY: unpause-pipeline
unpause-pipeline:
@./scripts/unpause-pipeline.sh

0 comments on commit e6b8414

Please sign in to comment.