Skip to content

Commit

Permalink
Fixed Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Jul 9, 2023
1 parent 54e416a commit 87f5a2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Upload specifications to s3
run: |
# Directory to search for spec.yaml files
directory="integrations"
# Temporary file to store the concatenated YAML content
temp_file="temp.yaml"
Expand All @@ -67,7 +64,7 @@ jobs:
aws_s3_bucket="ocean-registry"
# Find all ocean-spec.yaml files under the specified directory
find "$directory/*/.port" -type f -name "spec.yaml" > file_list.txt
find integrations/*/.port -type f -name "spec.yaml" > file_list.txt
# Concatenate the YAML files into a temporary file
while IFS= read -r file; do
Expand Down

0 comments on commit 87f5a2d

Please sign in to comment.