Created
June 18, 2019 16:29
-
-
Save rsmitty/4537a51170c0323f0ffba7fa454bb415 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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