Skip to content

Commit

Permalink
review changes for service
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bisonai committed May 29, 2024
1 parent c880a33 commit e2f5a56
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ on:
- "Cypress"

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Test
run: echo "Testing"

prepare:
name: Prepare
runs-on: ubuntu-latest
Expand All @@ -59,7 +51,7 @@ jobs:
if [[ "${{ github.event.inputs.application }}" == "vrf" || "${{ github.event.inputs.application }}" == "request-response" || "${{ github.event.inputs.application }}" == "aggregator" ]]; then
service="core"
fi
echo "service=${service}" >> $GITHUB_OUTPUT
echo "service=$service" >> $GITHUB_OUTPUT
echo "ecr_url=public.ecr.aws/bisonai/orakl-${service}" >> $GITHUB_OUTPUT
- name: Get package version
Expand Down

0 comments on commit e2f5a56

Please sign in to comment.