You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/01/19 07:07:14 UTC

[cordova-plugin-camera] branch ci/paramedic-fix created (now de462d9)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch ci/paramedic-fix
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git


      at de462d9  ci: use improved paramedic

This branch includes the following new commits:

     new de462d9  ci: use improved paramedic

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-camera] 01/01: ci: use improved paramedic

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch ci/paramedic-fix
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git

commit de462d9215f5accd85ff256575b59d7b9fd9f887
Author: Erisu <er...@apache.org>
AuthorDate: Thu Jan 19 16:06:31 2023 +0900

    ci: use improved paramedic
---
 .github/workflows/android.yml | 2 +-
 .github/workflows/chrome.yml  | 2 +-
 .github/workflows/ios.yml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 1f914ca..3133cfc 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -103,7 +103,7 @@ jobs:
 
       - name: Run paramedic install
         if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
-        run: npm i -g github:apache/cordova-paramedic
+        run: npm i -g github:erisu/cordova-paramedic\#fix/plugin-install-order
 
       - uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
         env:
diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml
index c44a7d3..87809cc 100644
--- a/.github/workflows/chrome.yml
+++ b/.github/workflows/chrome.yml
@@ -62,7 +62,7 @@ jobs:
 
       - name: Run paramedic install
         if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
-        run: npm i -g github:apache/cordova-paramedic
+        run: npm i -g github:erisu/cordova-paramedic\#fix/plugin-install-order
 
       - name: Run paramedic tests
         env:
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index f873246..b3b8b39 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -86,7 +86,7 @@ jobs:
 
       - name: Run paramedic install
         if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
-        run: npm i -g github:apache/cordova-paramedic
+        run: npm i -g github:erisu/cordova-paramedic\#fix/plugin-install-order
 
       - name: Run paramedic tests
         env:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org