You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/12/13 09:45:37 UTC

[flink-connector-pulsar] branch main updated: [hotfix][ci] Fix workflow

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git


The following commit(s) were added to refs/heads/main by this push:
     new b1e4d51  [hotfix][ci] Fix workflow
b1e4d51 is described below

commit b1e4d512c76b8c1293727c10e6d6ea879ea951d0
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 13 10:45:25 2022 +0100

    [hotfix][ci] Fix workflow
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 47fee39..a80b46d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,9 +79,9 @@ jobs:
         if: steps.cache-flink.outputs.cache-hit != 'true'
         run: wget -q -c ${{ inputs.flink_url }} -O - | tar -xz
 
+      - name: Compile and test
         timeout-minutes: 60
         run: |
-      - name: Compile and test
           set -o pipefail
 
           mvn clean deploy ${MVN_COMMON_OPTIONS} \