Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
samidbb committed Jan 2, 2024
1 parent 22c4cb4 commit 45a0126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-blueprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ defaults:
shell: bash

jobs:
qa-env:
Generate-files:
runs-on: ubuntu-latest
# container:
# image: dfdsdk/python-pipeline:0.0.4
steps:
- name: Run script
working-directory: ./aws-rds/blueprints/scripts/
run: ./generate-blueprints.sh
working-directory: aws-rds/blueprints/scripts
run: generate-blueprints.sh

0 comments on commit 45a0126

Please sign in to comment.