Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
7945edde
Unverified
Commit
7945edde
authored
5 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
Clean up
parent
0ede390f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+2
-32
2 additions, 32 deletions
.circleci/config.yml
with
2 additions
and
32 deletions
.circleci/config.yml
+
2
−
32
View file @
7945edde
...
...
@@ -56,22 +56,10 @@ jobs:
executor
:
type
:
string
default
:
"
default"
without_redis
:
type
:
boolean
default
:
false
executor
:
<<parameters.executor>>
steps
:
-
attach_workspace
:
at
:
/tmp/workspace
-
when
:
condition
:
<<parameters.without_redis>>
steps
:
-
run
:
name
:
Configure
command
:
|
mv .config/test.yml .config/test_redis.yml
touch .config/test.yml
cat .config/test_redis.yml | while IFS= read line; do if [[ "$line" = '# __REDIS__' ]]; then break; else echo "$line" >> .config/test.yml; fi; done
-
run
:
name
:
Test
command
:
|
...
...
@@ -134,32 +122,14 @@ workflows:
branches
:
only
:
master
-
test
:
name
:
manual-test-with-redis
executor
:
with-redis
requires
:
-
manual-build
filters
:
branches
:
ignore
:
master
-
test
:
name
:
auto-test-without-redis
executor
:
with-redis
requires
:
-
auto-build
filters
:
branches
:
only
:
master
-
test
:
name
:
manual-test-with-redis
without_redis
:
true
name
:
manual-test
requires
:
-
manual-build
filters
:
branches
:
ignore
:
master
-
test
:
name
:
auto-test-without-redis
without_redis
:
true
name
:
auto-test
requires
:
-
auto-build
filters
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment