Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduit-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
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
TE-TEAM1
conduit-backend
Merge requests
!1
Added backendfiles, Dockerfile and gitlab-ci.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added backendfiles, Dockerfile and gitlab-ci.yml
base
into
master
Overview
0
Commits
1
Pipelines
0
Changes
22
Merged
Ghost User
requested to merge
base
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
22
Expand
These are the base files for backend.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1d3d572e
1 commit,
4 years ago
22 files
+
2813
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
.circleci/config.yml
0 → 100644
+
20
−
0
Options
version
:
2
jobs
:
build
:
docker
:
-
image
:
circleci/node:8.5.0
-
image
:
circleci/mongo:3.4.9
steps
:
-
checkout
-
run
:
name
:
Start app and test
command
:
|
yarn
yarn run start & sleep 5
curl http://localhost:3000/api/tags
yarn run test
-
run
:
name
:
Trigger integration tests
command
:
curl -X POST "https://circleci.com/api/v1.1/project/github/anishkny/realworld-e2e-test?circle-token=$CIRCLE_CI_TOKEN"
Loading