Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SET-Payload Schema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
SET-Payload Schema
Commits
7b29165c
Commit
7b29165c
authored
2 years ago
by
Klaus Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Updated CI
parent
09bb4deb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
Replace $schema enum by $schema pattern
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
create_examples.sh
+1
-1
1 addition, 1 deletion
create_examples.sh
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
7
−
7
View file @
7b29165c
...
...
@@ -13,9 +13,9 @@ workflow:
stages
:
-
lint
-
test
-
build
-
upload
-
test
lint
:
stage
:
lint
...
...
@@ -65,18 +65,18 @@ upload:release:
test
:
stage
:
test
image
:
node:16.16
script
:
-
npm install
image
:
$CI_REGISTRY/node:current-alpine
before_script
:
-
yarn
-
yarn bundle
script
:
-
yarn test
test-failing
:
stage
:
test
image
:
node:16.16
script
:
-
npm install
image
:
$CI_REGISTRY/node:current-alpine
before_script
:
-
yarn
-
yarn bundle
script
:
-
yarn test_higher_version
This diff is collapsed.
Click to expand it.
create_examples.sh
+
1
−
1
View file @
7b29165c
#!/
bin/ba
sh
#!/
usr/bin/env
sh
# Create a directory for the examples
rm
-rf
examples
...
...
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