Skip to content

Commit

Permalink
fix(ci): publish via svn
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed May 29, 2023
1 parent bac85e1 commit a949b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release-utils/scripts/sign.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
Expand All @@ -24,7 +24,7 @@ fi

dir=$1

pushd . && cd $dir
pushd $dir

for f in $(ls | grep -e ".*tar.gz$");
do
Expand Down
1 change: 0 additions & 1 deletion release-utils/scripts/upload-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cd $1/

wget https://github.com/apache/camel-k/archive/refs/tags/v$1.tar.gz -O camel-k-sources-$1.tar.gz
cp ../../../camel-k-client-$1-* .
cp ../../../camel-k-examples-$1* .
cp ../../../java/target/camel-k-crds-$1.jar .
cd ../
./sign.sh $1/
Expand Down

0 comments on commit a949b1c

Please sign in to comment.