mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
10 lines
217 B
Bash
Executable File
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 |