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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new b1e6da8ad fix(ci): settings directory
b1e6da8ad is described below

commit b1e6da8ad1d2b05e81f6f76216a5b17c362332f4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Feb 8 16:50:18 2023 +0100

    fix(ci): settings directory
---
 .github/actions/release-nightly/action.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/actions/release-nightly/action.yml 
b/.github/actions/release-nightly/action.yml
index b537f699e..83678220c 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -53,11 +53,6 @@ runs:
       with:
         cluster-config-data: ${{ inputs.secretE2ECluster }}
         cluster-kube-config-data: ${{ inputs.secretE2EKube }}
-    - name: Native smoke tests
-      uses: ./.github/actions/e2e-install-native
-      with:
-        cluster-config-data: ${{ inputs.secretE2ECluster }}
-        cluster-kube-config-data: ${{ inputs.secretE2EKube }}
     - name: Cache modules
       uses: actions/cache@v1
       with:
@@ -128,4 +123,4 @@ runs:
       working-directory: java
       shell: bash
       run: |
-        mvn clean deploy -DskipTests -DskipITs --settings 
.github/asf-deploy-settings.xml
+        mvn clean deploy -DskipTests -DskipITs --settings 
../.github/asf-deploy-settings.xml

Reply via email to