mirror of
https://github.com/werf/actions.git
synced 2026-02-05 10:56:23 +03:00
- 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
|