You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/14 09:02:18 UTC

[airflow] branch main updated: fix .gitpod.yml tasks init shell file directory (#27051)

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

ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f9c62e5ef fix .gitpod.yml tasks init shell file directory (#27051)
1f9c62e5ef is described below

commit 1f9c62e5efc089c546af6ffe8cc1a3d6ecd4733d
Author: Temiloluwa Awoyele <aw...@gmail.com>
AuthorDate: Fri Oct 14 10:02:07 2022 +0100

    fix .gitpod.yml tasks init shell file directory (#27051)
---
 .gitpod.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 57ab1121aa..f255f38dd8 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -20,7 +20,7 @@
 # Docs: https://www.gitpod.io/docs/config-gitpod-file/
 
 tasks:
-  - init: ./script/ci/install_breeze.sh
+  - init: ./scripts/ci/install_breeze.sh
   - name: Install pre-commit
     openMode: split-right
     command: |