Sha256: a40331cfcf50fa98770884cd1719acac25523c6519ac388a809d98f161c96d7d
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
version: 0.2 #env: #variables: # key: "value" # key: "value" #parameter-store: # key: "value" # key: "value" #secrets-manager: # key: secret-id:json-key:version-stage:version-id # key: secret-id:json-key:version-stage:version-id #exported-variables: # - variable # - variable #git-credential-helper: yes phases: #install: #If you use the Ubuntu standard image 2.0 or later, you must specify runtime-versions. #If you specify runtime-versions and use an image other than Ubuntu standard image 2.0, the build fails. #runtime-versions: # name: version # name: version #commands: # - command # - command #pre_build: #commands: # - command # - command build: commands: - docker build . -t actionhook:latest && docker run --rm actionhook:latest rspec # - command #post_build: #commands: # - command # - command #reports: #report-name-or-arn: #files: # - location # - location #base-directory: location #discard-paths: yes #file-format: JunitXml | CucumberJson #artifacts: #files: # - location # - location #name: $(date +%Y-%m-%d) #discard-paths: yes #base-directory: location #cache: #paths: # - paths
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionhook-1.0.2 | buildspec.yml |