mirror of
https://github.com/hackacad/bastille.git
synced 2026-05-19 21:55:25 +02:00
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
# unit-tests/bootstrap-releaseLegacy
|
|
|
|
ARG RELEASE
|
|
|
|
INCLUDE core/bootstrap-release --arg RELEASE=${RELEASE}
|
|
INCLUDE core/destroy-release --arg OPTIONS="-cf" --arg RELEASE=${RELEASE}
|
|
INCLUDE core/bootstrap-release --arg RELEASE=${RELEASE}
|