Skip to content

Commit

Permalink
ci: bump js and java branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Nov 10, 2023
1 parent 5785d76 commit 7e08a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_and_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- pyo3
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof_js.yml@develop
with:
branch: feat/edit_policy
branch: develop
target: wasm32-unknown-unknown
kms-version: ${{ needs.build-and-push-image.outputs.image-tag }}
findex-cloud-version: 0.3.1
Expand All @@ -87,7 +87,7 @@ jobs:
- pyo3
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof_java_in_docker.yml@develop
with:
branch: feat/edit_policy
branch: develop
target: x86_64-unknown-linux-gnu
extension: so
destination: linux-x86-64
Expand All @@ -102,7 +102,7 @@ jobs:
- pyo3
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof_python.yml@develop
with:
branch: feat/edit_policy
branch: develop
target: x86_64-unknown-linux-gnu
kms-version: ${{ needs.build-and-push-image.outputs.image-tag }}
copy_fresh_build: true

0 comments on commit 7e08a81

Please sign in to comment.