Skip to content

Commit

Permalink
fix: remove bk branch
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Nov 3, 2021
1 parent a70fbac commit 586dec1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/beekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
REPLICA: 3
RUN_TYPE: "PR RUN"
SETUP_CONTRACT_IMAGE_TAG: "0.2.0"
BEEKEEPER_BRANCH: "restricted-2"
BEEKEEPER_BRANCH: "master"
BEEKEEPER_METRICS_ENABLED: false
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Prepare local cluster
run: |
printf ${{ secrets.CR_PAT }} | docker login ghcr.io -u bee-worker --password-stdin
make beekeeper BEEKEEPER_INSTALL_DIR=/usr/local/bin BEEKEEPER_USE_SUDO=true BEEKEEPER_BRANCH=restricted-2
make beekeeper BEEKEEPER_INSTALL_DIR=/usr/local/bin BEEKEEPER_USE_SUDO=true
timeout 10m make beelocal OPTS='ci skip-vet'
- name: Set kube config
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Set local cluster
run: |
make beelocal ACTION=add-hosts
timeout 10m make deploylocal BEEKEEPER_CLUSTER=local-dns BEEKEEPER_BRANCH=restricted-2
timeout 10m make deploylocal BEEKEEPER_CLUSTER=local-dns
- name: Test pingpong
id: pingpong
run: until beekeeper check --cluster-name local-dns --checks ci-pingpong; do echo "waiting for pingpong..."; sleep .3; done
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
REPLICA: 3
RUN_TYPE: "PR RUN"
SETUP_CONTRACT_IMAGE_TAG: "0.2.0"
BEEKEEPER_BRANCH: "restricted-2"
BEEKEEPER_BRANCH: "master"
BEEKEEPER_METRICS_ENABLED: false
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
REPLICA: 3
RUN_TYPE: "PR RUN"
SETUP_CONTRACT_IMAGE_TAG: "0.2.0"
BEEKEEPER_BRANCH: "restricted-2"
BEEKEEPER_BRANCH: "master"
BEEKEEPER_METRICS_ENABLED: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 586dec1

Please sign in to comment.