Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
72574029
Commit
72574029
authored
Jan 24, 2020
by
Ben Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revised travis yml to move condition to stage section
parent
a4764e05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.travis.yml
.travis.yml
+4
-3
No files found.
.travis.yml
View file @
72574029
...
...
@@ -122,7 +122,6 @@ jobs:
script
:
npm run deploy
on
:
repo
:
LLK/scratch-www
condition
:
$TRAVIS_EVENT_TYPE != cron
branch
:
-
develop
-
hotfix/*
...
...
@@ -138,8 +137,10 @@ jobs:
script
:
npm run test:integration:remote
-
stage
:
update translations
script
:
npm run i18n:push
if
:
branch == develop AND type == cron
stages
:
-
test
if
:
type != cron
-
name
:
smoke
if
:
type != pull_request
if
:
type NOT IN (cron, pull_request)
-
name
:
update translations
if
:
branch == develop AND type == cron
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