abapGit/ci/build-merged-build.sh
Lars Hvam 3afc2fa1b5
change deploy build setup (#4711)
* change deploy build setup

* +x
2021-04-19 17:12:11 +02:00

10 lines
201 B
Bash
Executable File

#!/bin/bash
# Build merged
npm run merge || exit 1
wc -l ./zabapgit.abap
# Deploy artifacts
git clone https://github.com/abapGit/build.git ../build
cp zabapgit.abap ../build/zabapgit.abap
cd ../build