Skip to content

Commit

Permalink
Change branch in gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Mar 10, 2022
1 parent 3207da7 commit 7564a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Build stage Docker image:
- docker tag $IMAGE_NAME:$CI_BUILD_REF $DOCKER_REPO_INFRA_STAGE:$CI_BUILD_REF
- $DOCKER_LOGIN_TO_INFRA_STAGE_REPO && docker push $DOCKER_REPO_INFRA_STAGE:$CI_BUILD_REF
only:
- stage
- fix/panic-in-ProcessSyncMessage

Deploy ssv exporter to blox-infra-stage cluster:
stage: deploy
Expand Down Expand Up @@ -68,7 +68,7 @@ Deploy ssv nodes to blox-infra-stage cluster:
- .k8/scripts/deploy-ssv-nodes-yamls-on-stage-k8s.sh $DOCKER_REPO_INFRA_STAGE $CI_BUILD_REF ssv $APP_REPLICAS_INFRA_STAGE blox-infra-stage kubernetes-admin@blox-infra stage.ssv.network $K8S_API_VERSION $STAGE_HEALTH_CHECK_IMAGE $SSV_NODES_CPU_LIMIT $SSV_NODES_MEM_LIMIT
- .k8/scripts/deploy-ssv-node-v1-yamls-on-stage-k8s.sh $DOCKER_REPO_INFRA_STAGE $CI_BUILD_REF ssv $APP_REPLICAS_INFRA_STAGE blox-infra-stage kubernetes-admin@blox-infra stage.ssv.network $K8S_API_VERSION $STAGE_HEALTH_CHECK_IMAGE $SSV_NODES_CPU_LIMIT_V1 $SSV_NODES_MEM_LIMIT_V1
only:
- stage
- fix/panic-in-ProcessSyncMessage


#blox-infra-prod
Expand Down

0 comments on commit 7564a52

Please sign in to comment.