mirror of
https://github.com/werf/actions.git
synced 2026-06-21 17:42:10 +03:00
2df7b68580
- remove actions not used in v1.2 - update the example arbitrary version - embed v1.2 MAJOR.MINOR
4 lines
110 B
Bash
Executable File
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
|