Skip to content

Commit

Permalink
fix(ci): kong ci requires these directories exist (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Dec 6, 2022
1 parent 0c7bdf0 commit 2d759e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ function main() {
curl -fsSLo atc-router.tar.gz https://github.com/hutchic/atc-router/releases/download/$ATC_ROUTER_VERSION/$package_architecture-unknown-$OSTYPE.tar.gz
tar -C /tmp/build -xvf atc-router.tar.gz

mkdir -p /tmp/build/usr/local/lib/luarocks
mkdir -p /tmp/build/usr/local/share/lua
mkdir -p /tmp/build/usr/local/lib/lua

sed -i 's/\/tmp\/build//' `grep -l -I -r '\/tmp\/build' /tmp/build/`
}

Expand Down

0 comments on commit 2d759e5

Please sign in to comment.