Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waterdataui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance scheduled for Thursday, April 10, from 5 PM to 6 PM ET.
Show more breadcrumbs
Water Mission Area
Internet of Water
waterdataui
Commits
2ec068f5
Commit
2ec068f5
authored
3 years ago
by
Bucknell, Mary S.
Browse files
Options
Downloads
Patches
Plain Diff
Fix gitlab-ci syntax errors
parent
8826d892
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Initial commit to add gitlab-ci to run tests and linting.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
2ec068f5
...
@@ -35,7 +35,7 @@ python_unit_test:
...
@@ -35,7 +35,7 @@ python_unit_test:
when
:
on_success
when
:
on_success
python_lint
:
python_lint
:
extends
:
.base
-
rules
extends
:
.base
_
rules
image
:
public.ecr.aws/bitnami/python:3.6
image
:
public.ecr.aws/bitnami/python:3.6
stage
:
test
stage
:
test
script
:
script
:
...
@@ -50,7 +50,7 @@ python_lint:
...
@@ -50,7 +50,7 @@ python_lint:
-
"
wdfn-server/waterdata/**/*.py"
-
"
wdfn-server/waterdata/**/*.py"
javascript_test
:
javascript_test
:
extends
:
.base
-
rules
extends
:
.base
_
rules
image
:
public.ecr.aws/bitnami/node:14
image
:
public.ecr.aws/bitnami/node:14
stage
:
test
stage
:
test
script
:
script
:
...
@@ -70,7 +70,7 @@ javascript_test:
...
@@ -70,7 +70,7 @@ javascript_test:
when
:
on_success
when
:
on_success
static_asset_lint
:
static_asset_lint
:
extends
:
.base
-
rules
extends
:
.base
_
rules
image
:
public.ecr.aws/bitnami/node:14
image
:
public.ecr.aws/bitnami/node:14
stage
:
test
stage
:
test
script
:
script
:
...
...
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