Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avtakkar committed Mar 22, 2024
1 parent a38e1f9 commit a91405d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ci-kind-random: build-image tests-random-image kind-delete kind-create kind-depl
ci-aks-ctr: ## Run the containerd hosts CI in AKS.
@echo "+ $@"
ifndef NODEPOOL
$(eval NODEPOOL := $(shell date +"p2p%y%m%d"))
$(eval NODEPOOL := $(shell date +"prel%y%m%d"))
endif
ifndef PEERD_IMAGE_TAG
$(eval PEERD_IMAGE_TAG := "dev")
Expand All @@ -63,7 +63,7 @@ endif
ci-streaming-ctr: ## Run the streaming CI in AKS.
@echo "+ $@"
ifndef NODEPOOL
$(eval NODEPOOL := $(shell date +"p2p%y%m%d"))
$(eval NODEPOOL := $(shell date +"prels%y%m%d"))
endif
ifndef PEERD_IMAGE_TAG
$(eval PEERD_IMAGE_TAG := "dev")
Expand Down
2 changes: 1 addition & 1 deletion build/ci/scripts/azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source $SCRIPT_DIR/env.sh
PEERD_HELM_CHART="$SCRIPT_DIR/../../package/peerd-helm"
TELEPORT_DEPLOY_TEMPLATE="$SCRIPT_DIR/../k8s/teleport.yml"
SCANNER_APP_DEPLOY_TEMPLATE="$SCRIPT_DIR/../k8s/scanner.yml"
TESTS_AZURE_CLI_DEPLOY_TEMPLATE=$SCRIPT_DIR/../build/ci/k8s/azure-cli.yml
TESTS_AZURE_CLI_DEPLOY_TEMPLATE=$SCRIPT_DIR/../k8s/azure-cli.yml

show_help() {
usageStr="
Expand Down

0 comments on commit a91405d

Please sign in to comment.