Skip to content

Instantly share code, notes, and snippets.

@rsmitty
Created June 18, 2019 16:29
Show Gist options
  • Save rsmitty/4537a51170c0323f0ffba7fa454bb415 to your computer and use it in GitHub Desktop.
Save rsmitty/4537a51170c0323f0ffba7fa454bb415 to your computer and use it in GitHub Desktop.
---
kind: pipeline
name: default
steps:
- name: basic-integration
image: autonomy/build-container:latest
pull: always
commands:
- echo "this one always runs"
- name: e2e-integration
image: autonomy/build-container:latest
pull: always
commands:
- echo "this one runs sometimes"
when:
cron: [ nightly ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment