UNPKG

@codefresh-io/yaml-validator

Version:

An NPM module/CLI for validating the Codefresh YAML

15 lines (13 loc) 293 B
version: "1.0" steps: BuildingDockerImage: title: Building Docker Image type: build image_name: codefresh/itai-15 working_directory: ./ tag: master dockerfile: content: |- FROM ubuntu:latest COPY . /usr/src/myapp WORKDIR /usr/src/myapp