Skip to content

Commit

Permalink
Merge pull request #509 from Netflix/update-examples
Browse files Browse the repository at this point in the history
Update examples to 2.7.
  • Loading branch information
srinivasankavitha authored Jan 9, 2023
2 parents 0cb9071 + dd96987 commit 973398a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- name: Clone dgs-examples-java
uses: actions/checkout@v3
with:
repository: Netflix/dgs-examples-java
path: build/examples/dgs-examples-java
repository: Netflix/dgs-examples-java-2.7
path: build/examples/dgs-examples-java-2.7

- name: Clone dgs-examples-kotlin
uses: actions/checkout@v3
with:
repository: Netflix/dgs-examples-kotlin
path: build/examples/dgs-examples-kotlin
repository: Netflix/dgs-examples-kotlin-2.7
path: build/examples/dgs-examples-kotlin-2.7

- name: Build Examples
run: |
Expand Down
4 changes: 2 additions & 2 deletions scripts/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# the Python scripts instead it will fail. Because of this, the list of examples
# is duplicated in the ./github/workflows/ci-beta.yml file.
repositories:
- "git@github.com:Netflix/dgs-examples-java.git"
- "git@github.com:Netflix/dgs-examples-kotlin.git"
- "git@github.com:Netflix/dgs-examples-java-2.7.git"
- "git@github.com:Netflix/dgs-examples-kotlin-2.7.git"

0 comments on commit 973398a

Please sign in to comment.