stacker-build-push-action/test/stacker_wo_subs.yaml
Petu Eusebiu 4889bd5260 Prepare for migrating to project-stacker/stacker-build-action
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2022-03-31 17:24:32 +03:00

9 lines
175 B
YAML

test:
from:
type: docker
url: docker://centos:latest
run: |
ls -al /
echo "Your layer is ${STACKER_LAYER_NAME}"
echo "success"