Files
werf-actions/pack.sh
Alexey Igrychev 2df7b68580 Actions for v1.2 werf version
- remove actions not used in v1.2
- update the example arbitrary version
- embed v1.2 MAJOR.MINOR
2021-03-10 14:21:40 +00:00

4 lines
110 B
Bash
Executable File

#!/bin/bash -e
for pkg in build cleanup converge dismiss install run; do ncc build src/$pkg.ts -o $pkg; done