Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
cb7f5dfe
...
@@ -35,9 +35,10 @@ before_install:
...
@@ -35,9 +35,10 @@ before_install:
export BUILD_TAG_SUFFIX
export BUILD_TAG_SUFFIX
_nonnightly
:
&nonnightly
_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
_nightly
:
&nightly
if
:
(NOT (branch = stable))
allow_failures
:
allow_failures
:
if
:
NOT (type = cron)
if
:
NOT (type = cron)
before_script
:
before_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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