Skip to content

Commit

Permalink
Fixed tarballs generation script (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Sumit Jaiswal <sumiji@amazon.com>
Co-authored-by: Sumit Jaiswal <sumiji@amazon.com>
  • Loading branch information
sumitj824 and Sumit Jaiswal committed Feb 8, 2023
1 parent 44432d8 commit a2ab3b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ ENGINE=$(echo $TAG | sed -r -e 's/BABEL_([0-9_]*)__PG_([0-9]+_)/\2/' -e 's/_/./g
EXT_STABLE_BRANCH=$(echo $TAG | sed -r -e 's/([0-9a-z_]*)_.__PG.*/\1/' -e 's/$/_STABLE/')

function helper() {
sed -r -e 's/\{\{VERSION\}\}/'''$VERSION'''/' $1
sed -r -e 's/\{\{ENGINE\}\}/'''$ENGINE'''/' $1
sed -r -e 's/\{\{VERSION\}\}/'''$VERSION'''/' -e 's/\{\{ENGINE\}\}/'''$ENGINE'''/' $1
}

rm -rf ${OUTDIR}
Expand Down

0 comments on commit a2ab3b3

Please sign in to comment.