Skip to content

Commit

Permalink
feat: no sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Sep 17, 2024
1 parent 124f442 commit cc4c5d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ jobs:
needs: [partner-chains-linux, partner-chains-smart-contracts-process]
uses: ./.github/workflows/modules/local-environment-tests.yml
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
image: ${{ secrets.ECR_REGISTRY_SECRET }}/substrate-node:${{ inputs.sha }}

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/modules/local-environment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ name: Deploy and test aganst local-environment
on:
workflow_call:
inputs:
sha:
description: "Commit SHA to build from"
required: true
image:
description: "Node Image"
required: true
tag:
description: "Chain Spec Secret Name"
description: "Artifact Tag"
required: true

jobs:
Expand Down

0 comments on commit cc4c5d4

Please sign in to comment.