abapGit/ci/build-merged-build.sh
Alexander Tsybulsky b9bcf538a3
Change build deployment filename (#5792)
* change built artifact name
* fix readme
2022-10-02 11:59:27 +03:00

10 lines
217 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_standalone.prog.abap
cd ../build