FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d947e7e5 authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Merge branch 'ci_skip_master' into 'master'

Ci skip master

See merge request !66
parents 9099a308 2989574c
No related branches found
No related tags found
1 merge request!66Ci skip master
image: "ubuntu:18.04" image: "ubuntu:18.04"
workflow:
rules:
- if: $CI_COMMIT_BRANCH == 'master'
when: never # we can't push directly to master so skip CI...
- when: always # ...but default to running CI otherwise
before_script: before_script:
- apt-get update && apt-get install -y python3-nose python3-lxml python3-yaml - apt-get update && apt-get install -y python3-nose python3-lxml python3-yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment