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

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


The following commit(s) were added to refs/heads/master by this push:
     new 419950e  chore(release): move incorrectly placed files
419950e is described below

commit 419950e83bd6d072a9df2af2dbe3c1f08bacdbe6
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Fri Jul 26 01:47:04 2019 +0200

    chore(release): move incorrectly placed files
---
 deploy/olm-catalog/{ => camel-k}/camel-k.package.yaml | 0
 script/unsnapshot_olm.sh                              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/olm-catalog/camel-k.package.yaml 
b/deploy/olm-catalog/camel-k/camel-k.package.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k.package.yaml
rename to deploy/olm-catalog/camel-k/camel-k.package.yaml
diff --git a/script/unsnapshot_olm.sh b/script/unsnapshot_olm.sh
index 943d603..d8de2c8 100755
--- a/script/unsnapshot_olm.sh
+++ b/script/unsnapshot_olm.sh
@@ -31,7 +31,7 @@ do
   mv ${f} ${f//-SNAPSHOT/}
 done
 
-for f in $(find ${olm_catalog} -type f);
+for f in $(find ${olm_catalog}/camel-k -type f);
 do
   sed -i 's/-SNAPSHOT//g' $f
 done

Reply via email to