Skip to content

Commit

Permalink
Merge pull request #82 from CloudEcosystemDev/feat/add-auth-client-to…
Browse files Browse the repository at this point in the history
…ken-urls

Added path to the lib of the component repository in the github workflow file
  • Loading branch information
jorgerusso committed Aug 28, 2023
2 parents 554c14b + 5393b16 commit bbf804e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/component-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches: [deploy]
paths:
- 'services/component-repository/**'
- 'lib/component-repository/**'

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
Expand Down
1 change: 0 additions & 1 deletion lib/component-repository/src/models/ComponentVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const func = new Schema(
type: Boolean,
default: true,
},
// FUTURE: Add an "Address" or "Implementation" field containing the repo id or the function location
},
{ _id: false }
);
Expand Down

0 comments on commit bbf804e

Please sign in to comment.