Skip to content

Commit

Permalink
remove bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Apr 16, 2024
1 parent 68e9ceb commit a3f89c6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
outputs:
IMAGE_TAG: ${{ steps.docker_tag.outputs.IMAGE_TAG }}
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -112,8 +110,6 @@ jobs:
outputs:
lb_name: ${{ steps.deploy_cluster.outputs.lb_name }}
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
#revert branch name
- name: Setup mongo, akto-k8s-agent kube yaml's
run: |
Expand Down Expand Up @@ -187,8 +183,6 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -227,8 +221,6 @@ jobs:
FLASH_NLB_DNS: ${{ secrets.FLASH_NLB_DNS }}
FLASH_MONGO_CONN: ${{ secrets.FLASH_MONGO_CONN }}
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1

- name: Fetch kube yaml
#revert branch name
Expand Down

0 comments on commit a3f89c6

Please sign in to comment.