Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
ccl
Commits
cb7f5dfe
Commit
cb7f5dfe
authored
Nov 01, 2020
by
Eric Timmons
Browse files
Tweak non-nightly job condition
parent
be2e1d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
cb7f5dfe
...
...
@@ -35,9 +35,10 @@ before_install:
export BUILD_TAG_SUFFIX
_nonnightly
:
&nonnightly
if
:
((
NOT
(type = cron) OR
env(BASE_IMAGE_UPDATE) = yes
) AND NOT (branch =~ ^nightly-.*$))
if
:
(((type = cron) OR
NOT (branch = stable)
) AND NOT (branch =~ ^nightly-.*$))
_nightly
:
&nightly
if
:
(NOT (branch = stable))
allow_failures
:
if
:
NOT (type = cron)
before_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment