Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Feb 12, 2025
1 parent f4f6901 commit d28a009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chicmoz-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
DEVNET_AZTEC_L1_WS: ${{ vars.DEVNET_AZTEC_L1_WS }}
run: |
cd k8s/production/common
skaffold build -f ./skaffold.chicmoz-base-image.yaml --default-repo=registry.digitalocean.com/aztlan-containers --cache-artifacts=false
skaffold build -f ./skaffold.chicmoz-base-image.yaml --default-repo=registry.digitalocean.com/aztlan-containers
sleep 30
explorer-api:
needs: set-up
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build application with Skaffold
run: |
cd ${{ inputs.build_path }}
skaffold build -f ${{ inputs.skaffold_file }} --default-repo=registry.digitalocean.com/aztlan-containers --cache-artifacts=false
skaffold build -f ${{ inputs.skaffold_file }} --default-repo=registry.digitalocean.com/aztlan-containers
env:
SP_TESTNET_OBSCURA_L2_RPC_1: ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_1 }}
SP_TESTNET_OBSCURA_L2_RPC_2: ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_2 }}
Expand Down

0 comments on commit d28a009

Please # to comment.