fresh build
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
cd /source
|
||||
|
||||
|
||||
OUT_DIR="/source/builds"
|
||||
mkdir -p "$OUT_DIR"
|
||||
|
||||
git clone https://github.com/httptoolkit/httptoolkit-ui
|
||||
git clone https://github.com/httptoolkit/httptoolkit-server
|
||||
|
||||
##
|
||||
## add the patch codes here
|
||||
##
|
||||
cp -v dist/httptoolkit "$OUT_DIR/httptoolkit"
|
||||
Reference in New Issue
Block a user