github shiwaforce/poco 0.98.0

latest release: 0.98.1
3 years ago

The script step support backward compatibility command (like "ls -la") and support new command structure (name of image and list of commands)

before_script:
  - command: ls -la
    image: alpine
  - command: ['sh', '-c', 'echo The app is running!']
  - command: 
    - sh
    - '-c'
    - "echo The app is running!"
  - ls -la

Don't miss a new poco release

NewReleases is sending notifications on new releases.